import type { IDisableableProps } from '../../../Behaviors/Disableable'; import type { IStickableProps } from '../../../Behaviors/Stickable'; /** * Represents the `IListItemGroupElementProps` interface. * * @public */ export interface IListItemGroupElementProps extends IStickableProps, IDisableableProps { header: string; } //# sourceMappingURL=IListItemGroupElementProps.d.ts.map