/// export type TopbarSessionMenuLineProps = { children: React.ReactNode; variant?: "sectionHeader" | "sectionElement" | "standalone"; icon?: React.ReactElement; isEditMode?: boolean; }; export type TopbarSessionMenuLineComponent = (props: TopbarSessionMenuLineProps) => JSX.Element;