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