import { ChangeEvent } from "../../shared/model.js"; import { DBCustomSelectListItemProps } from "./model.js"; declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("@vue/runtime-core").DefineComponent void; }, string, import("@vue/runtime-core").PublicProps, Readonly & Readonly<{ "onUpdate:checked"?: ((...args: any[]) => any) | undefined; }>, { id: string; children: any; className: string; propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType; name: string; label: string; value: any; disabled: boolean | string; onChange: (event: ChangeEvent) => void; type: import("./model.js", { with: { "resolution-mode": "import" } }).CustomSelectListItemTypeType; icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes; showIcon: boolean | string; checked: boolean | string; groupTitle: string; isGroupTitle: boolean; showDivider: boolean; }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };