import { type Ref } from 'vue'; /** * Get the open / closed model for the nearest nested child items */ export declare const useSidebarNestedItem: ( /** The model defining the open state of the current nested items */ open: Ref) => void; /** * Get whether or not any nested child items are open */ export declare const useSidebarNestedItems: () => { /** Whether or not any nested child items are open */ open: import("vue").ComputedRef; }; //# sourceMappingURL=useSidebarNestedItems.d.ts.map