import * as React from 'react'; export declare const OverviewBannerWrapperStyles: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const OverviewBannerContentStyles: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, "$maxWidth" | "$useMaxWidth" | "$unsetMargin"> & { $useMaxWidth?: boolean; $maxWidth?: number; $unsetMargin?: boolean; }, never>> & string; export type OverviewBannerProps = { children: any; testId?: string; } & React.HTMLAttributes; declare const OverviewBanner: ({ children, testId, ...rest }: OverviewBannerProps) => React.JSX.Element; export default OverviewBanner;