import type { FunctionalComponent } from 'vue';
import type { ResolvedSidebarItem } from '../../types';
export declare const HeaderChild: FunctionalComponent<{
    item: ResolvedSidebarItem;
}>;
