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