import { member } from "../../../core";
export interface DebugLineInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
    Point0?: member<any>;
    Point1?: member<any>;
    Color?: member<any>;
    Radius?: member<any>;
    Duration?: member<any>;
    OnDisplay?: member<any>;
}
export declare function DebugLine(props: DebugLineInput): any;
//# sourceMappingURL=DebugLine.d.ts.map