/// export interface FileStyles { style?: React.CSSProperties; hoveredStyle?: React.CSSProperties; } export declare const styles: FileStyles;