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