/**
 *
 * @param {AnimationCurve} curve
 * @param {Vector2} [size]
 * @param {Vector2} [margin] How much space to leave empty around the plotted bounds
 * @returns {View}
 */
export function build_curve_editor({ curve, size, margin }: AnimationCurve): View;
//# sourceMappingURL=build_curve_editor.d.ts.map