import { type InjectIDOptions } from '../../composables/attributes/useID.js'; export declare const ForProps: { for: { type: StringConstructor; }; }; export interface IForProps { for?: string; } export declare function useFor

(props: P, options: InjectIDOptions): { class: {}; attr: import("vue").ComputedRef<{ [name]: string | undefined; }>; state: { id: string; useDOM: import("vue").Ref; }; };