interface BackupImportProps {
    onImport: (file: File) => Promise<void> | void;
    disabled?: boolean;
    className?: string;
    showLabel?: boolean;
    enableProfileSync?: boolean;
    maxDiscoveryAttempts?: number;
    onImportSuccess?: () => void;
}
export declare function BackupImport({ onImport, disabled, className, showLabel, enableProfileSync, maxDiscoveryAttempts, onImportSuccess, }: BackupImportProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=BackupImport.d.ts.map