/// <reference types="react" />
import { type LabelProps } from '../types';
export default function Label({ children, isDisabled, testId, label, id, xcss }: LabelProps): JSX.Element;
