import Logo from './Logo';
export { Logo };
export { ILogoProps } from './Logo.props';
export default Logo;
