/** * Scrolls the sidebar container so the requested item appears near the top. */ export declare const scrollSidebarToTop: (id: string, offsetTop?: number) => void; //# sourceMappingURL=scroll-sidebar-to-top.d.ts.map