import type { PropType } from 'vue'; import { TickerStatus } from '@vunk/shared/enum'; declare var __VLS_1: { status: TickerStatus; }; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: TickerStatus; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { error: (...args: any[]) => void; load: (...args: any[]) => void; "update:status": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly; default: TickerStatus; }; }>> & Readonly<{ onError?: ((...args: any[]) => any) | undefined; onLoad?: ((...args: any[]) => any) | undefined; "onUpdate:status"?: ((...args: any[]) => any) | undefined; }>, { source: string; status: TickerStatus; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };