import { Observable } from 'rxjs'; export declare class ContentLoadingController { showLoading: Observable; hideLoading: Observable; private showLoadingSource; private hideLoadingSource; constructor(); show(text?: string): void; hide(): void; }