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