import type { ScalarSidebarItemProps } from './types';
/**
* Scalar Sidebar Section component
*
* A section of the sidebar that can contain subitems
*
* @example
*
*
*
* My Section
*
*
*
* ...
* ...
*
*
*/
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
/** The text content of the toggle */
default?(): unknown;
/** The list of sidebar subitems */
items?(): unknown;
}>;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=ScalarSidebarSection.vue.d.ts.map