import React from 'react'; type IImagePickerProps = { id: string; title: string; handleFileChange: (file: File) => void; onClick?: (event: React.MouseEvent) => void; disabled?: boolean; accept?: string; }; export declare const FileSelectLink: (props: IImagePickerProps) => React.JSX.Element; export {}; //# sourceMappingURL=FileSelectLink.d.ts.map