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