import { AnchorHTMLAttributes } from 'react'; export interface LinkProps extends AnchorHTMLAttributes { } export declare const Link: ({ className, children, ...restProps }: LinkProps) => JSX.Element; //# sourceMappingURL=Link.d.ts.map