import { UpdateAsyncState } from '../actions/asyncState'; import { IAsyncComponent } from './component.types'; export declare function mountComponent(component: IAsyncComponent): void; export declare function unmountComponent(component: IAsyncComponent): void; export declare function updateState(action: UpdateAsyncState): void;