interface CroppingActionsProps {
    onCancel: () => void;
    onValidate: () => void;
    onDuplicate?: () => void;
}
export declare const CroppingActions: ({ onCancel, onValidate, onDuplicate }: CroppingActionsProps) => import("react/jsx-runtime").JSX.Element;
export {};
