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