import type { FunctionalComponent } from 'vue'; import type { ResolvedSidebarItem } from '../../shared'; export declare const SidebarChild: FunctionalComponent<{ item: ResolvedSidebarItem; depth?: number; }>;