import Link from './link'; export type { LinkProps } from './link'; export type { LinkVariantsProps } from './link.styles'; export { StyledLink, StyledLinkIcon } from './link.styles'; export default Link;