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