import React from 'react'; import type { FileIconProps } from './types'; export declare function FileIcon({ type, extension, className, size }: FileIconProps): React.JSX.Element; //# sourceMappingURL=file-icon.d.ts.map