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