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