/// interface IProps { filePreview: string; previewWidth: string; previewHeight: string; title: string; } declare function FilePreview(props: IProps): JSX.Element; export default FilePreview;