import { KeyboardType, SocketResponse } from "halo-fe"; import { PagingPageProps } from "./@types"; declare const __VLS_export: import("vue").DefineComponent boolean; shouldSpin: (nextUrl: string) => boolean; refresh: (cb?: Function) => void; keyboard: (type: KeyboardType, event: KeyboardEvent) => void; socket: (socketRes: SocketResponse) => void; resize: (event: ResizeObserverEntry) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { navigate: (...args: any[]) => void; load: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly & Readonly<{ onNavigate?: (...args: any[]) => any; onLoad?: (...args: any[]) => any; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;