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