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