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