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