/** * Scalar Menu Products component * * Displays the list of Scalar product links (Dashboard, Docs, Editor, Client) * inside the ScalarMenu dropdown. * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ selected?: "dashboard" | "docs" | "editor" | "client"; showDocs?: boolean; hrefs?: Record<"dashboard" | "docs" | "editor" | "client", string>; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { open: (event: Event, product: "dashboard" | "docs" | "editor" | "client") => any; }, string, import("vue").PublicProps, Readonly<{ selected?: "dashboard" | "docs" | "editor" | "client"; showDocs?: boolean; hrefs?: Record<"dashboard" | "docs" | "editor" | "client", string>; }> & Readonly<{ onOpen?: ((event: Event, product: "dashboard" | "docs" | "editor" | "client") => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarMenuProducts.vue.d.ts.map