import { member } from "../../../core";
export interface DebugAxesInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
    Position?: member<any>;
    Rotation?: member<[number, number, number, number]>;
    Length?: member<any>;
    RightColor?: member<any>;
    UpColor?: member<any>;
    ForwardColor?: member<any>;
    Duration?: member<any>;
    OnDisplay?: member<any>;
}
export declare function DebugAxes(props: DebugAxesInput): any;
//# sourceMappingURL=DebugAxes.d.ts.map