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