import React from 'react'; import type { FilePreviewProps } from './type'; export type { FilePreviewProps }; declare const FilePreview: React.FC; export default FilePreview;