import { BFormDatalistBaseProps } from '../../types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { first?(_: {}): any; option?(_: { [key: string]: unknown; value: unknown; text?: string; disabled?: boolean; } | { label: string; options: readonly import('../..').SelectOptionRaw[]; }): any; default?(_: {}): any; }; refs: {}; rootEl: HTMLDataListElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent & Readonly<{}>, { disabled: boolean; id: string; options: readonly (string | number | Record)[] | import('../..').SelectOptionRaw[]; disabledField: string; textField: string; valueField: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDataListElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };