export declare const useFormItem: () => {
    form: import("element-plus/es/tokens").ElFormContext | undefined;
    formItem: import("element-plus/es/tokens").ElFormItemContext | undefined;
};
