import { EventEmitter } from '@angular/core'; import { L10nLocale } from 'angular-l10n'; import * as i0 from "@angular/core"; export declare class TerraGroupFunctionComponent { _locale: L10nLocale; /** * @description shows group functions container if set to true * @default false */ show: boolean; /** * @description disables execute group function button * @default true */ disableExecution: boolean; /** * @description emits if the execute group functions button has been clicked */ executeGroupFunction: EventEmitter; constructor(_locale: L10nLocale); get _collapsedState(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }