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