import type { ScalarMenuButtonProps, ScalarMenuButtonSlots, ScalarMenuSlotProps } from './types'; /** * Scalar Menu component * * A dropdown menu triggered by a logo button, containing product links, * team/workspace pickers, and resource sections. * * @example * * * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, { /** Overrides the entire menu button */ button?(p: ScalarMenuButtonProps): unknown; /** Overrides the products list */ products?(p: ScalarMenuSlotProps): unknown; /** Adds items the profile section (e.g. a team picker) */ profile?(p: ScalarMenuSlotProps): unknown; /** Overrides the resources section */ sections?(p: ScalarMenuSlotProps): unknown; } & ScalarMenuButtonSlots>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ScalarMenu.vue.d.ts.map