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