import { StatusType } from '../../models'; type __VLS_Props = { pending: number; color?: StatusType; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { color: StatusType; pending: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, { default?(_: {}): any; default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };