/** * Single-select dropdown (no search) with listbox ARIA * * Vue wrapper for the `Select` controller (`@42/core/select`). Props mirror * the controller options; events are re-emitted with the CustomEvent detail. * Place the controller markup in the default slot. */ declare const _default: import('vue').DefineComponent, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("select:change" | "select:open" | "select:close")[], "select:change" | "select:open" | "select:close", import('vue').PublicProps, Readonly> & Readonly<{ "onSelect:change"?: ((...args: any[]) => any) | undefined; "onSelect:open"?: ((...args: any[]) => any) | undefined; "onSelect:close"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;