import Link from './Link';
export { ILinkProps } from './Link.props';
export { Link };
export default Link;
