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