import { FC } from 'react'; import { ElementProps, LeafProps } from './types'; export declare const Element: FC; export declare const Leaf: FC;