import { type IIDProps } from '../attributes/useID.js'; import { type IForProps } from '../attributes/useFor.js'; export declare function provideFormLabel(): void; export declare function useFormLabel

(props: P): { class: {}; attr: import("vue").ComputedRef<{ [name]: string | undefined; }>; state: { id: string; useDOM: import("vue").Ref; }; }; export declare function useFormItem

(props: P): { attr: { id: string; }; };