import { OnChanges, SimpleChanges } from '@angular/core'; import { ComponentConfig, ConfigService } from '../../configuration'; import { TooltipPlacement } from '../../utils'; import * as i0 from "@angular/core"; declare interface FlexOption { key: string; text: string; value: string; bootstrap: string; } export declare class FlexEditorComponent implements OnChanges { configService: ConfigService; config: ComponentConfig; placement: TooltipPlacement; classes: string[]; get direction(): 'row' | 'column'; directions: FlexOption[]; justify: FlexOption[]; alignmentHorizontal: FlexOption[]; alignmentVertical: FlexOption[]; get alignment(): FlexOption[]; constructor(configService: ConfigService); ngOnChanges(changes: SimpleChanges): void; private updateConfig; toggleClass(style: string, turnOff?: FlexOption[]): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};