import { h } from 'preact'; import { IconProps } from './types'; export declare function FileIcon({ size, strokeWidth, primaryColor, className, title, }: IconProps): h.JSX.Element; //# sourceMappingURL=file.d.ts.map