import { FunctionComponent } from 'react';

declare const Logo: FunctionComponent<React.SVGProps<SVGSVGElement>>;

export { Logo as default };
