import type { LabelWithHintProps } from '../index'; export default { children: 'Label content', tooltipProps: { placement: 'right' }, tooltipText: 'Tooltip text' } as LabelWithHintProps;