import { OnInit } from "@angular/core"; import { StiModelService } from "../../../services/model.service"; import { StiHelperService } from "../../../services/sti-helper.service"; import * as i0 from "@angular/core"; export declare class StiSelectButtonEditorComponent implements OnInit { model: StiModelService; helper: StiHelperService; propertyType: string; property: string; object: any; constructor(model: StiModelService, helper: StiHelperService); ngOnInit(): void; set value(value: any); get value(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }