export declare const VALIDATE_STATE_MAP: { validating: string; success: string; error: string; }; export default function useForm(): { BForm: {}; BFormItem: {}; validateState: import('vue').ComputedRef; validateIcon: import('vue').ComputedRef; formEmit: (type: any, value: any) => void; };