///
type Props = {
singleCondition?: boolean;
disableBanner?: boolean;
};
export declare const PluginLayout: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Props, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export {};