import type { SVGProps } from "react"; export interface FileAttachmentIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function FileAttachmentIcon({ className, size, color, ...props }: FileAttachmentIconProps): import("react").JSX.Element; //# sourceMappingURL=file-attachment-icon.d.ts.map