import { EventEmitter, TemplateRef } from '@angular/core'; import { RoundedButtonSizes, RoundedButtonTypes } from "../buttons/rounded-button/rounded-button.component"; import * as i0 from "@angular/core"; export declare class SortableArrayFieldsComponent { fieldTemplate: TemplateRef; data: any[]; addText: string; readonly: boolean; onAddField: EventEmitter; roundedButtonSizes: typeof RoundedButtonSizes; roundedButtonTypes: typeof RoundedButtonTypes; showDeleteModal: boolean; indexToDelete: number | undefined; moveField(isDirectionUp: boolean, indexToMove: number): void; delete(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }