import React from 'react';
import { KochProps } from '../types';
export declare const KochCurve: React.FC<KochProps>;
