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