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