export type SubmenuHeaderCustomContextMenuItemProps = { label?: string; showShouldHomeButton?: boolean; onClose?: () => void; onBack?: () => void; selected?: boolean; }; export declare const SubmenuHeaderCustomContextMenuItem: ({ label, showShouldHomeButton, onClose, onBack, selected, }: SubmenuHeaderCustomContextMenuItemProps) => import("react/jsx-runtime").JSX.Element;