///
export declare const StyledTopBar: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLElement>, {}>;
export declare const StyledTopBarHeaderRight: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledTopBarIcon: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledTopbarHeading: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledTopbarHeadingText: import("@emotion/styled").StyledComponent<{
size?: import("../../../../../mantine").TextSize;
weight?: "caption" | "regular" | "semiBold" | "bold" | "halfBold";
as?: any;
wordWrap?: "none" | "break-word" | "break-all";
isUppercase?: boolean;
variant?: "primary" | "secondary" | "tertiary" | "disabled" | "error" | "success";
href?: string;
} & Omit, "size"> & Omit & import("@mantine/styles").DefaultProps<"root", Record> & import("../../../../../types").DataTrackingType & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;