/**
 * @public
 */
export type FileType = 'pdf' | 'image' | 'video' | 'audio' | 'text' | 'email' | 'office' | 'unknown';
/**
 * @public
 */
export type OfficeViewer = 'microsoft-office' | 'google-drive';
//# sourceMappingURL=file-viewer.types.d.ts.map