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