import { PreciseTheme } from '../common'; export interface StyledFileListProps { theme?: PreciseTheme; } export declare const StyledFileList: any;