declare const _sfc_main: import("vue").DefineComponent<{ modelValue: { type: StringConstructor; required: true; }; propConfig: { type: null; required: true; }; }, { renderStore: any; router: any; props: { modelValue: string; propConfig: any; }; emit: (event: "action", ...args: any[]) => void; handleClick: () => void; jumpAdmin: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "action"[], "action", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { onAction?: ((...args: any[]) => any) | undefined; }, {}>; export default _sfc_main;