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