declare const _default: __VLS_WithTemplateSlots; shownPanels: import("vue").PropType<("code" | "processes" | "result" | "terminal")[]>; booting: { type: import("vue").PropType; }; hideExplorer: { type: import("vue").PropType; }; hideFullScreenToggle: { type: import("vue").PropType; }; hideSolveButton: { type: import("vue").PropType; }; hideThemeToggle: { type: import("vue").PropType; }; multiPanelFrom: { type: import("vue").PropType<"none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl">; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:availablePanels": (availablePanels: ("code" | "processes" | "result" | "terminal")[]) => void; "update:shownPanels": (shownPanels: ("code" | "processes" | "result" | "terminal")[]) => void; solve: () => void; }, string, import("vue").PublicProps, Readonly; shownPanels: import("vue").PropType<("code" | "processes" | "result" | "terminal")[]>; booting: { type: import("vue").PropType; }; hideExplorer: { type: import("vue").PropType; }; hideFullScreenToggle: { type: import("vue").PropType; }; hideSolveButton: { type: import("vue").PropType; }; hideThemeToggle: { type: import("vue").PropType; }; multiPanelFrom: { type: import("vue").PropType<"none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl">; }; }>> & Readonly<{ "onUpdate:availablePanels"?: ((availablePanels: ("code" | "processes" | "result" | "terminal")[]) => any) | undefined; "onUpdate:shownPanels"?: ((shownPanels: ("code" | "processes" | "result" | "terminal")[]) => any) | undefined; onSolve?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, { explorer?(_: {}): any; editor?(_: {}): any; terminal?(_: {}): any; preview?(_: {}): any; processes?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };