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