import React from 'react'; declare function RawFileUpload(data: { isDisabled?: any; maxSizeMB?: any; path?: any; default?: any; callback?: (linkObject: { url: string; path: string; id: string; dbFilePath: string; filename: string; }) => void; consumeLT?: any; accept?: any; id?: any; type?: any; className?: any; variant?: 'plain' | 'colored'; placeholder?: string; }): React.JSX.Element; export default RawFileUpload;