export declare class PaymentStateLabelComponent { state: string; get chipColorType(): "warning" | "success" | "error" | undefined; }