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