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