import { ElementConfig } from '../types'; export declare const defaultConfig: ElementConfig; export declare const useXConfig: (key: K) => import('vue').ComputedRef;