import type { IDisableableProps } from '../../../Behaviors/Disableable'; import type { ILabelableProps } from '../../../Behaviors/Labelable'; import type { IOrientableProps } from '../../../Behaviors/Orientable'; import type { ISizeableProps } from '../../../Behaviors/Sizeable'; import type { ISlottableProps } from '../../../Behaviors/Slottable'; /** * Represents the `IActionbarGroupElementProps` interface. * * @public */ export interface IActionbarGroupElementProps extends IDisableableProps, ILabelableProps, IOrientableProps, ISizeableProps, ISlottableProps { } //# sourceMappingURL=IActionbarGroupElementProps.d.ts.map