import { type SFCWithInstall } from 'll-plus/es/utils'; import KeyValue from './src/key-value.vue'; export declare const LlKeyValue: SFCWithInstall; export default LlKeyValue; export * from './src/config'; declare module 'vue' { interface GlobalComponents { LlKeyValue: typeof KeyValue; } }