import { CallChaining } from '@oinone/kunlun-shared'; import { type ActiveRecordsWidgetProps } from '@oinone/kunlun-vue-widget'; import { BaseElementWidget } from './token'; export declare class BaseActionGroupWidget extends BaseElementWidget { protected defaultAllInvisible: boolean; /** * 挂载时 * @protected */ protected mountedCallChaining: CallChaining | undefined; /** * 刷新时 * @protected */ protected refreshCallChaining: CallChaining | undefined; protected showActionNames: string[] | undefined; protected get overflow(): boolean | undefined; protected showActionNamesProcess(): string[]; protected resetShowActionNames(): void; protected $$mounted(): void; protected resetInvisible(): void; }