/** * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ import React, { ComponentPropsWithoutRef } from 'react'; export type IconPropsV1 = { size?: number; } & ComponentPropsWithoutRef<'svg'>; export declare const FilePdfIcon: ({ size, ...props }: IconPropsV1) => React.JSX.Element; export declare const FileWordIcon: ({ size, ...props }: IconPropsV1) => React.JSX.Element; export declare const FilePowerPointIcon: ({ size, ...props }: { [x: string]: any; size?: number | undefined; }) => React.JSX.Element; export declare const FileExcelIcon: ({ size, ...props }: IconPropsV1) => React.JSX.Element; export declare const FileArchiveIcon: ({ size, ...props }: IconPropsV1) => React.JSX.Element; export declare const FileCodeIcon: ({ size, ...props }: IconPropsV1) => React.JSX.Element; export declare const FileAudioIcon: ({ size, ...props }: IconPropsV1) => React.JSX.Element; export declare const FileVideoIcon: ({ size, ...props }: IconPropsV1) => React.JSX.Element; export declare const FileImageIcon: ({ size, ...props }: IconPropsV1) => React.JSX.Element; export declare const FileAltIcon: ({ size, ...props }: IconPropsV1) => React.JSX.Element; export declare const FileFallbackIcon: ({ size, ...props }: IconPropsV1) => React.JSX.Element; //# sourceMappingURL=v1.d.ts.map