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