import * as i0 from "@angular/core"; /** * @description * Displays the state of an order in a colored chip. * * @example * ```HTML * * ``` * @docsCategory components */ export declare class OrderStateLabelComponent { state: string; get chipColorType(): "error" | "success" | "" | "warning"; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }