interface FocalPointActionsProps {
    onCancel: () => void;
    onValidate: () => void;
    onReset: () => void;
}
export declare const FocalPointActions: ({ onCancel, onValidate, onReset }: FocalPointActionsProps) => import("react/jsx-runtime").JSX.Element;
export {};
