import Link from './Link';
export type { LinkProps } from './Link';
export { Link };
export default Link;
