export declare class SourceIsLoadingModel { private readonly loading; constructor(loading: boolean); isLoading(): boolean; }