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