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