import type { NormalObject } from '@vunk/core/shared'; import type { PropType } from 'vue'; export declare const templateProps: { active: { type: BooleanConstructor; default: boolean; }; data: { type: PropType; default: () => {}; }; }; export declare function createTemplate(key?: symbol | string): import("vue").DefineComponent; default: () => {}; }; }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: () => {}; }; }>> & Readonly<{}>, { data: NormalObject; active: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;