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