import type { XComponentStyleConfig, XComponentsConfig } from '../../x-provider/context'; import { Ref } from 'vue'; declare const useXComponentConfig: (component: C) => Ref[C] & XComponentStyleConfig>; export default useXComponentConfig;