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