import { ShorthandCollection } from '@appbuckets/react-ui-core'; import { UIMutableComponentProps } from '../generic'; import { LabelProps } from './Label.types'; export interface LabelGroupProps extends UIMutableComponentProps {} export interface StrictLabelGroupProps { /** Labels Shorthand */ labels?: ShorthandCollection; }