import type { IOrientableProps } from '../../../Behaviors/Orientable'; /** * Represents the `IMenuItemGroupElementProps` interface. * * @public */ export interface IMenuItemGroupElementProps extends IOrientableProps { header: string; } //# sourceMappingURL=IMenuItemGroupElementProps.d.ts.map