import { ExpandedLinkProps } from "../types"; declare const Link: ({ children, className, ...other }: ExpandedLinkProps) => JSX.Element; export default Link;