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