import { IconProps } from '../lib';
declare function TreeStructure(props: IconProps): JSX.Element;
export default TreeStructure;
