import { BaseAngular } from "survey-angular-ui";
import { ItemValue } from "survey-core";
import * as i0 from "@angular/core";
export declare class ColorItemComponent extends BaseAngular<ItemValue> {
    model: ItemValue;
    protected getModel(): ItemValue;
    getStyle(): {
        backgroundColor: any;
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<ColorItemComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ColorItemComponent, "svc-color-item", never, { "model": "model"; }, {}, never, never>;
}
