import React from 'react'; import { LeafOptions } from './EditorLeaf.types'; declare const Leaf: React.FC; export default Leaf;