export declare function useFormKitInput(context: any): { isInvalid: import("vue").ComputedRef; validSlotNames: import("vue").ComputedRef; styleClass: import("vue").ComputedRef; unstyled: import("vue").ComputedRef; handleBlur: (event: Event) => void; handleChange: (_: any) => void; handleInput: (_: any) => void; handleSelect: (e: any) => void; modelValue: import("vue").WritableComputedRef; };