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