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