import { Observable } from 'rxjs';
import { IColorSettings } from '../../model/configInvoice.model';
import { DeliveryInformation, References } from '../../model/invoice-models';
import { ITextWordInvoice } from '../../model/invoice-words.model';
import * as i0 from "@angular/core";
export declare class ReferenceAndDeliveryInformationComponent {
    deliveryInformation: import("@angular/core").InputSignal<DeliveryInformation | null>;
    references: import("@angular/core").InputSignal<References | null>;
    private configurationInvoiceService;
    readonly textWords$: Observable<ITextWordInvoice | null>;
    readonly colorSettings$: Observable<IColorSettings | null>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ReferenceAndDeliveryInformationComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ReferenceAndDeliveryInformationComponent, "ava-reference-and-delivery-information", never, { "deliveryInformation": { "alias": "deliveryInformation"; "required": false; "isSignal": true; }; "references": { "alias": "references"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}
