import { ABP } from '@abp/ng.core'; import { Layout } from '../models/layout'; export declare class SetMenuStatus { payload: Layout.MenuStatus; static readonly type = "[Layout] Set Menu Status"; constructor(payload: Layout.MenuStatus); } export declare class SetMenuPlacement { payload: Layout.MenuPlacement; static readonly type = "[Layout] Set Menu Placement"; constructor(payload: Layout.MenuPlacement); } export declare class SetLayoutBoxed { payload: boolean; static readonly type = "[Layout] Set Layout Boxed"; constructor(payload: boolean); } export declare class SetStyle { payload: number; static readonly type = "[Layout] Set Style"; constructor(payload: number); } export declare class GetThemeSettings { static readonly type = "[Layout] Get Theme Settings"; } export declare class UpdateThemeSettings { payload: Layout.ThemeSettings; static readonly type = "[Layout] Update Theme Settings"; constructor(payload: Layout.ThemeSettings); } export declare class SetSelectedSettingTab { payload: ABP.Tab; static readonly type = "[M.SettingManagement] Set Selected Tab"; constructor(payload: ABP.Tab); } //# sourceMappingURL=layout.actions.d.ts.map