import { member } from "../../../core";
export interface Inc_ColorInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
    A?: member<any>;
}
export declare function Inc_Color(props: Inc_ColorInput): any;
//# sourceMappingURL=Inc_Color.d.ts.map