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