interface Props { showLogo?: boolean; showName?: boolean; } export declare const Brand: ({ showLogo, showName }: Props) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element; export {};