import { RouterReducerState } from '@ngrx/router-store'; import { ROUTER_STATE_NAME } from '@myrtex-org/ui-composite'; export interface SharedFormState { [ROUTER_STATE_NAME]?: RouterReducerState; } export declare const initialSharedFormState: SharedFormState;