import { member } from "../../core";
export interface GrabbableUserVoiceModifierInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    StateOnGrabbed?: member<any>;
    StateOnReleased?: member<any>;
    _originalEnabled?: member<boolean>;
    _originalSpatialize?: member<boolean>;
    _originalSpatialBlend?: member<number>;
}
export declare function GrabbableUserVoiceModifier(props: GrabbableUserVoiceModifierInput): any;
//# sourceMappingURL=GrabbableUserVoiceModifier.d.ts.map