import { FC } from 'react';
import { BlockProps } from './types';
declare const TreeBlock: FC<BlockProps>;
export default TreeBlock;
