import SelectGroup from './src/select-group.vue'; export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly value: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly data: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => any[], boolean>; }>, { props: import("@vue/shared").LooseRequired; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly value: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly data: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => any[], boolean>; }>> & Readonly<{ onChange?: (selectV: string, value?: any) => any; onOnSelectChange?: (selectV: string, item: import("./src/select-group").SelectGroupData) => any; }> & {}>; emits: ((event: "change", selectV: string, value?: any) => void) & ((event: "onSelectChange", selectV: string, item: import("./src/select-group").SelectGroupData) => void); selectType: import("vue").Ref; value: import("vue").Ref; newList: import("vue").Ref<{ readonly name: string; readonly value: string; readonly options?: any[]; readonly placeholder?: string; readonly fieldNames?: object; readonly list?: { [x: string]: any; name?: string; value?: any; }[]; readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType; readonly noFirstAddAll?: import("ll-plus/es/utils").EpPropMergeType; }[], import("./src/select-group").SelectGroupData[] | { readonly name: string; readonly value: string; readonly options?: any[]; readonly placeholder?: string; readonly fieldNames?: object; readonly list?: { [x: string]: any; name?: string; value?: any; }[]; readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType; readonly noFirstAddAll?: import("ll-plus/es/utils").EpPropMergeType; }[]>; bem: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; bemContainer: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; selectItem: import("vue").ComputedRef<{ readonly name: string; readonly value: string; readonly options?: any[]; readonly placeholder?: string; readonly fieldNames?: object; readonly list?: { [x: string]: any; name?: string; value?: any; }[]; readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType; readonly noFirstAddAll?: import("ll-plus/es/utils").EpPropMergeType; }>; leftSelectWidth: import("vue").ComputedRef; handleSelectChange: (_: string, options: any) => void; handleChange: () => void; setSelectGroup: (selectValue: string, currentValue: any) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (selectV: string, value?: any) => boolean; onSelectChange: (selectV: string, item: import("./src/select-group").SelectGroupData) => boolean; }, string, import("vue").PublicProps, Readonly; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly value: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly data: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => any[], boolean>; }>> & Readonly<{ onChange?: (selectV: string, value?: any) => any; onOnSelectChange?: (selectV: string, item: import("./src/select-group").SelectGroupData) => any; }>, { readonly data: import("./src/select-group").SelectGroupData[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default LlSelectGroup; export * from './src/select-group'; declare module 'vue' { interface GlobalComponents { LlSelectGroup: typeof SelectGroup; } }