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