import { OnChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class InputQuantityComponent implements OnChanges { labelText: string; counter: number; maxValue: number; errorText: string; selectedColor: boolean; closeCard: any; checkboxChange: any; counterChange: any; hasMaxError: boolean; hasMinError: boolean; ngOnChanges(): void; addCounter(): void; minusCounter(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }