import React from 'react'; interface ITreeSampleProps { } declare const TreeSample: React.FC; export default TreeSample;