import { member } from "../../../core";
export interface DebugVectorInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
    Position?: member<any>;
    Vector?: member<any>;
    Color?: member<any>;
    RadiusRatio?: member<any>;
    Duration?: member<any>;
    OnDisplay?: member<any>;
}
export declare function DebugVector(props: DebugVectorInput): any;
//# sourceMappingURL=DebugVector.d.ts.map