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