import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TestComponentWithClassicInputComponent {
    value: string;
    valueChange: EventEmitter<string>;
    changeValue(value: string): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TestComponentWithClassicInputComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TestComponentWithClassicInputComponent, "cauca-test-component-with-classic-input", never, { "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
}
//# sourceMappingURL=test-component-with-classic-input.component.d.ts.map