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