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