export interface ILoadingState { hidden: boolean; } export declare const initialLoadingState: ILoadingState;