import {UIComponent} from './component'; export declare class ActivityIndicatorComponent extends UIComponent { public $props: { prefixCls: string; className: string; animating: boolean; toast: boolean; size: string; text: string; }; }