import { AppLayoutPendingState, AppLayoutState } from '../interfaces'; export declare function isWidgetReady(state: AppLayoutPendingState): state is AppLayoutState;