import { JSX } from 'react';
export declare const loadingPreview: () => JSX.Element;
export declare const pdfPreview: () => JSX.Element;
export declare const docPreview: () => JSX.Element;
export declare const xlsPreview: () => JSX.Element;
export declare const videoPreview: () => JSX.Element;
export declare const imagePreview: () => JSX.Element;
