import type { ReactElement } from 'react';
import type { DataType } from '../../dt/index.js';
import type { UCFormFieldLabelProps } from '../lib/react/form.js';
export declare function UCFormFieldLabel<T extends DataType>({ f, }: UCFormFieldLabelProps<T>): ReactElement;
