import { MouseEvent, PropsWithChildren } from 'react'; import { PropsWithElementAttributes } from '../utils'; export declare type LinkProps = PropsWithElementAttributes) => void; to?: string; }>, HTMLAnchorElement>; export declare const Link: ({ to, children, onClick, className, style }: LinkProps) => JSX.Element; //# sourceMappingURL=Link.d.ts.map