import { DOMProps } from '@use-platform/react'; export interface BaseLabelProps extends DOMProps { behavior?: 'label'; }