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