export declare const styles: { header: { main: { container: string; }; sub: { container: string; }; }; }; export declare const BaseHeader: { (props: import("@button-inc/component-library/esm/Menu").Props): JSX.Element; Group(props: any): JSX.Element; Item(props: any): JSX.Element; }; export default function Header(props: any): JSX.Element;