import { ElementRef, EventEmitter } from '@angular/core'; import { CellTemplateWithContext } from '../../../../../../../core/composition/src/core-read/definition/cell-template-with-context'; import { PureComponent } from '../../../../../../../feature/common/component/src/pure-component'; import { StructureArrowPosition } from '../../../../../../../feature/common/icons/arrow/strucutre.arrow-position'; import * as i0 from "@angular/core"; export declare class StructureColumnConfigColumnMoveComponent extends PureComponent { column: CellTemplateWithContext; movedLeft: EventEmitter; movedRight: EventEmitter; StructureArrowPosition: typeof StructureArrowPosition; constructor(elRef: ElementRef); moveLeft(): void; moveRight(): void; protected getSelectorName(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }