/// import { chakra } from "@chakra-ui/react"; import { PropsOf } from "@emotion/react"; export declare type LogoProps = PropsOf; export declare const Logo: (props: LogoProps) => JSX.Element;