import { LinkProps } from '../types/link';
declare const Link: ({ children, href, state, ...props }: LinkProps) => import("react/jsx-runtime").JSX.Element;
export default Link;
