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