import { EventHook } from '@vueuse/core'; import { Language } from 'element-plus/es/locale'; import { InjectionKey, Ref } from 'vue'; import { XFormItemValidation } from '../components/basic/FormItem.vue'; import { ElementConfig } from '../types'; export declare const X_LOCALE_CONFIG: InjectionKey>; export declare const X_ELEMENT_CONFIG: InjectionKey; export declare const X_ELEMENT_INSTALLED: unique symbol; export declare const X_ELEMENT_IN_TABLE: InjectionKey; export declare const X_ELEMENT_IN_TABLE_COLUMN: InjectionKey; export declare const X_ELEMENT_IN_FORM: InjectionKey; export declare const X_ELEMENT_IN_FORM_ITEM: InjectionKey; export declare const X_ELEMENT_IN_TABS: InjectionKey; export declare const X_ELEMENT_IN_TAB_PANE: InjectionKey; export declare const X_FORM_VALIDATIONS: InjectionKey; export declare const X_FORM_ITEM_VALIDATION: InjectionKey; export declare const X_TAB_PANE_NAME: InjectionKey; export declare const X_TABS_MODEL_UPDATE_HOOK: InjectionKey;