import React from 'react'; import { FileViewerFile } from '../../components'; export interface FileContentProps { files?: FileViewerFile[]; token?: string; className?: string; } export declare const BaseFileContent: React.FC; export declare const FileContent: import("styled-components").StyledComponent, any, {}, never>;