import { ExpandedLinkProps } from "../types"; declare const UnstyledLink: (props: ExpandedLinkProps) => JSX.Element; export default UnstyledLink;