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