import { Grid, MenuItem, type StyledComponent, ToggleButton, ToggleButtonGroup } from '@astral/ui'; import type { ComponentProps } from 'react'; export declare const StyledMenu: ({ children, onClose, open, title, MenuListProps, ...restProps }: import("@astral/ui").MenuProps) => import("react/jsx-runtime").JSX.Element; export declare const StyledMenuItem: typeof MenuItem; export declare const Logo: StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLImageElement>, {}>; export declare const ErrorContainer: StyledComponent>; export declare const TenantsToggleButtonGroup: StyledComponent>; export declare const TenantToggleButton: StyledComponent>;