import { NavItem, Location } from 'epubjs'; export interface Item extends NavItem { expansion: boolean; } export interface TocProps { toc: Array; current: Location | null; setLocation: (href: string | number, close?: boolean) => void; isSubmenu?: boolean; } declare const __VLS_export: import('vue').DefineComponent & Readonly<{}>, { isSubmenu: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;