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