export declare const selectDigitaixState: import("@ngrx/store").MemoizedSelector; layout: import("..").LayoutState; featureFlags: import("..").FeatureFlagsState; config: import("../../../../dist/libs/types").ConfigState; loading: import("./loading/loading.reducer").LoadingState; lifeCycle: import("./life-cycle/life-cycle.reducer").LifeCycleState; windows: import("./windows/window.reducer").WindowsState; }, import("@ngrx/store/src/selector").DefaultProjectorFn<{ auth: import("..").AuthState; documents: import("./documents/document.reducer").FirestoreDocumentState; forms: import("..").FirestoreFormsState; tables: import("..").DxTableStates; layout: import("..").LayoutState; featureFlags: import("..").FeatureFlagsState; config: import("../../../../dist/libs/types").ConfigState; loading: import("./loading/loading.reducer").LoadingState; lifeCycle: import("./life-cycle/life-cycle.reducer").LifeCycleState; windows: import("./windows/window.reducer").WindowsState; }>>;