export interface OptionsItem { label: string; value: string; selected?: boolean; } export interface OptionsProps { items: OptionsItem[]; } declare const __VLS_export: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onSelect?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=Options.vue.d.ts.map