///
import type { GeChiUIComponentProps } from '../ui/context';
import type { InputControlLabelProps } from './types';
export default function Label({ children, hideLabelFromVision, htmlFor, ...props }: GeChiUIComponentProps): JSX.Element | null;
//# sourceMappingURL=label.d.ts.map