import { Flex } from '../customizables';
import type { PropsOfComponent } from '../styledSystem';
type ApplicationLogoProps = PropsOfComponent<typeof Flex>;
export declare const ApplicationLogo: (props: ApplicationLogoProps) => import("@emotion/react/jsx-runtime").JSX.Element | null;
export {};
