import { FC } from 'react'; interface Props { onNavigate: (pageIndex: number) => void; } export declare const BookmarksSidebar: FC; export {};