/// interface Props { file: File; hidePreview?: boolean; hideLabel?: boolean; onSend?: (b64: string) => Promise; onRemove?: () => void; width?: number; height?: number; } export declare const getIsImage: (contentType: string) => boolean; export declare const getIsPdf: (contentType: string) => boolean; declare const _default: (props: Props) => JSX.Element; export default _default;