///
interface HeaderWrapperProps {
description?: boolean;
}
export declare const HeaderWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & HeaderWrapperProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const TitleWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export {};