import { type ScalarMenuTeamOption } from '.'; /** * Scalar Menu Team Picker component * * A sub-menu within ScalarMenu that lets users switch between teams * or create a new team. * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ /** The currently selected team */ team?: ScalarMenuTeamOption | undefined; /** The list of teams to choose from */ teams: ScalarMenuTeamOption[]; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { add: () => any; "update:team": (value: ScalarMenuTeamOption | undefined) => any; }, string, import("vue").PublicProps, Readonly<{ /** The currently selected team */ team?: ScalarMenuTeamOption | undefined; /** The list of teams to choose from */ teams: ScalarMenuTeamOption[]; }> & Readonly<{ onAdd?: (() => any) | undefined; "onUpdate:team"?: ((value: ScalarMenuTeamOption | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarMenuTeamPicker.vue.d.ts.map