import { FileInfo, FileViewerComponentProps } from './types'; export declare function mapFileViewerComponentProps({ props }: { props: FileViewerComponentProps; }): FileInfo;