import type { ISizeableProps } from '../../../Behaviors/Sizeable'; /** * Represents the `IDotGroupElementProps` interface. * * @public */ export interface IDotGroupElementProps extends ISizeableProps { } //# sourceMappingURL=IDotGroupElementProps.d.ts.map