import { AsterFormInput } from "../interface/aster-form-input"; import * as i0 from "@angular/core"; export declare class AsterFormInputChipComponent { private _chipDefaultValue; data: AsterFormInput; set chipDefaultValue(value: string[]); get chipDefaultValue(): string[]; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "aster-form-input-chip", never, { "data": { "alias": "data"; "required": false; }; "chipDefaultValue": { "alias": "chipDefaultValue"; "required": false; }; }, {}, never, never, true, never>; }