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