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