import * as RadixNavigationMenu from "@radix-ui/react-navigation-menu"; import { type StyledProps } from "../../../StyledProps"; declare const UserMenu: { Header: ({ title, subtitle1, subtitle2, containerProps }: import("./parts/Header").HeaderProps) => import("react/jsx-runtime").JSX.Element; Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, "ref"> & { ref?: import("react").Ref; }, Omit, "ref"> & { ref?: import("react").Ref; }>, never>, StyledProps>> & string & Omit>, keyof import("react").Component>; Item: import("react").ForwardRefExoticComponent>; MobileItem: import("react").ForwardRefExoticComponent>; }; export default UserMenu;