import { type ScalarListboxOption } from '../ScalarListbox'; export type WorkspaceGroup = { /** Label for the group */ label?: string; /** Options within the group */ options: ScalarListboxOption[]; }; /** * Scalar Menu Workspace Picker component * * A sub-menu within ScalarMenu that lets users switch between * workspaces or create a new one. * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ /** The list of workspaces to choose from */ workspaceOptions: WorkspaceGroup[]; } & { modelValue?: string | undefined; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: string | undefined) => any; } & { createWorkspace: () => any; }, string, import("vue").PublicProps, Readonly<{ /** The list of workspaces to choose from */ workspaceOptions: WorkspaceGroup[]; } & { modelValue?: string | undefined; }> & Readonly<{ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined; onCreateWorkspace?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarMenuWorkspacePicker.vue.d.ts.map