import type { ScalarIconComponent } from '@scalar/icons/types'; import type { Component } from 'vue'; import { type Icon } from '../ScalarIcon'; /** * Scalar Sidebar Group toggle component * * Provides the toggle icon for a ScalarSidebarGroup * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { /** Override the toggle icon */ default?(props: { open: boolean; }): unknown; /** Override the screen reader label */ label?(props: { open: boolean; }): unknown; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ScalarSidebarGroupToggle.vue.d.ts.map