import React from 'react'; import { FileType } from '../../types'; interface IProps { title: string; url: string; fileType: FileType; fileName: string; fileSize: number; } export declare const OfficePreview: React.FC; export {};