///
export declare const BreadcrumbsWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const PageSubheader: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
$isNewLayout: boolean;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const DesktopTitleWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
$isNewLayout: boolean;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const Actions: (props: import("../../../ActionGroup").ActionGroupProps) => JSX.Element;