import "../button/btn.css"; import React from "react"; import { BaseLinkElementProps } from "./BaseLink"; export type LinkProps = Omit & { children?: React.ReactNode; label?: string; }; export declare const Link: React.ForwardRefExoticComponent & { children?: React.ReactNode; label?: string; } & React.RefAttributes>; //# sourceMappingURL=Link.d.ts.map