import { BaseToolboxAction } from '@onepoint-yap/dashboard'; export declare const AdminActions: { highlightMenu: import("@ngrx/store").ActionCreator<"[Admin] selecting highLight", (props: { menu: string; }) => { menu: string; } & import("@ngrx/store/src/models").TypedAction<"[Admin] selecting highLight">>; toggleMenu: import("@ngrx/store").ActionCreator<"[Admin] Toggle menu", () => import("@ngrx/store/src/models").TypedAction<"[Admin] Toggle menu">>; routeTo: import("@ngrx/store").ActionCreator<"[Admin] route to", (props: { path: string; params?: { [p: string]: string; } | undefined; }) => { path: string; params?: { [p: string]: string; } | undefined; } & import("@ngrx/store/src/models").TypedAction<"[Admin] route to">>; resetActions: import("@ngrx/store").ActionCreator<"[Admin] reset toolbox main and sub actions", () => import("@ngrx/store/src/models").TypedAction<"[Admin] reset toolbox main and sub actions">>; mainActions: import("@ngrx/store").ActionCreator<"[Admin] set toolbox main actions", (props: { actions: BaseToolboxAction[]; }) => { actions: BaseToolboxAction[]; } & import("@ngrx/store/src/models").TypedAction<"[Admin] set toolbox main actions">>; subActions: import("@ngrx/store").ActionCreator<"[Admin] set toolbox sub actions", (props: { actions: BaseToolboxAction[]; }) => { actions: BaseToolboxAction[]; } & import("@ngrx/store/src/models").TypedAction<"[Admin] set toolbox sub actions">>; togglePanel: import("@ngrx/store").ActionCreator<"[Admin] Toggle panel", (props: { panelOpen: boolean; }) => { panelOpen: boolean; } & import("@ngrx/store/src/models").TypedAction<"[Admin] Toggle panel">>; selectComponentType: import("@ngrx/store").ActionCreator<"[Admin] Select component Type for panel ", (props: { componentType: string | null; }) => { componentType: string | null; } & import("@ngrx/store/src/models").TypedAction<"[Admin] Select component Type for panel ">>; };