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