import ControlPoints from './ControlPoints';

export default function (
    config?: ControlPoints.IConfig
): ControlPoints;