import type { FC } from 'react'; import { Field as ArkUiField } from '@ark-ui/react/field'; type LabelProps = ArkUiField.LabelProps; export declare const FieldLabel: FC; export {};