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