import { TfSidebarState } from "./tf-sidebar.models"; export declare const sidebarFeatureKey = "tfSidebar"; export declare const initialState: TfSidebarState; export declare const tfSidebarReducer: import("@ngrx/store").ActionReducer;