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