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