import { Text } from 'react-native'; import type { FieldRoot } from '../root/FieldRoot'; import type { ZestUIComponentProps } from '../../types'; /** * An accessible label associated with the field's control. * Renders a ``. */ export declare function FieldLabel(componentProps: FieldLabel.Props): import("react").ReactElement>; export interface FieldLabelState extends FieldRoot.State { } export interface FieldLabelProps extends ZestUIComponentProps { } export declare namespace FieldLabel { type State = FieldLabelState; type Props = FieldLabelProps; } //# sourceMappingURL=FieldLabel.d.ts.map