import type { FlexProps } from "../../../../Flex/Flex"; import type { UserMenuInfo } from "../../../types"; export interface HeaderProps extends UserMenuInfo { containerProps?: FlexProps; } export declare const Header: ({ title, subtitle1, subtitle2, containerProps }: HeaderProps) => import("react/jsx-runtime").JSX.Element;