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