import type { FieldProps } from './_internal/components/Field/Field.types'; export * from './_internal/components/Field/Field.types'; declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, { id: string; fieldset: boolean; label: string; disabled: boolean; errorText: string; hintText: string; errorId: string; isRequired: boolean; isDisabled: boolean; addBottomSpace: boolean; showOptionalInLabel: boolean; isLabelSrOnly: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { default?: (props: { fieldId: string; fieldErrorId: string; hasError: boolean; isRequired: boolean; isReadOnly: boolean; disabled: boolean; labelId: string; showOptionalInLabel: boolean; }) => any; } & { hint?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };