import type { DefineComponent } from 'vue'; declare const _default: DefineComponent<{ prefixCls: StringConstructor; count: any; component: StringConstructor; title: any; show: BooleanConstructor; }, () => import("vue").VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>, { title: any; show: boolean; count: any; }, {}>; export default _default;