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