import { StyleValue } from 'vue'; import { ListOption } from '../../types'; type __VLS_Props = { modelValue: unknown; disabled?: boolean; prefix?: string; options: ListOption[]; placeholder?: string; mode?: "list" | "tabs"; tabsContainerStyles?: StyleValue; clearable?: boolean; }; declare function __VLS_template(): { attrs: Partial<{}>; slots: { item?(_: { item: import('@platforma-sdk/model').ListOptionBase; textItem: string; isSelected: boolean; isHovered: boolean; onClick: ($event: any) => void; }): any; item?(_: { item: import('@platforma-sdk/model').ListOptionBase; isSelected: boolean; isHovered: boolean; onClick: ($event: any) => void; }): any; }; refs: { container: HTMLDivElement; list: HTMLDivElement; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { placeholder: string; mode: "list" | "tabs"; clearable: boolean; prefix: string; tabsContainerStyles: string | false | import('vue').CSSProperties | StyleValue[] | null; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { container: HTMLDivElement; list: HTMLDivElement; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=PlDropdownLine.vue.d.ts.map