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