export default Logo; declare function Logo(props: any): JSX.Element; declare namespace Logo { export { ratio }; } declare const ratio: number;