import { JSX } from 'react'; import { IconPropsWithoutSvgPath } from '../Icon/Icon.types'; export declare const FileSVGpath: import("react/jsx-runtime").JSX.Element; export declare function FileIcon(props: IconPropsWithoutSvgPath): JSX.Element;