import { ActionType } from "@ngrx/store"; export declare enum ERightbarActions { RIGHT_BAR_DOC = "[document] right bar" } export declare const showRightbar: import("@ngrx/store").ActionCreator { isShowRightbar: boolean; } & import("@ngrx/store/src/models").TypedAction>; export type RightbarActions = ActionType;