import { EventEmitter } from '@angular/core'; import { TListReorder } from './gl-component-input-list-item-up-down.interface'; import * as i0 from "@angular/core"; export declare class GlComponentInputListItemUpDownComponent { showUp: boolean; showDown: boolean; moveUpDown$: EventEmitter; callback: () => void; constructor(); onClick(type: TListReorder): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }