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