import { PropType } from "vue"; import { panelItems } from "./types"; declare const _sfc_main: import("vue").DefineComponent<{ value: { type: NumberConstructor; required: true; }; items: { type: PropType; required: true; }; }, { __sfc: boolean; props: Readonly>>; emit: (e: "input", value: number) => void; switchValue: import("vue").WritableComputedRef; panelSwitchBlockColor: (key: number) => "default" | "active"; panelSwitchStyle: string; panelSwitchBlockStyle: string; panelSwitchBlockActiveStyle: string; panelSwitchBlockDividerStyle: string; panelSwitchBlockLeftStyle: string; panelSwitchBlockRightStyle: string; panelSwitchBlockColorStyle: Record<"default" | "active", string>; panelSwitchInputStyle: string; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "input"[], string, Readonly; required: true; }; }>>, {}>; export default _sfc_main;