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