import { IconProps } from '../types';
declare const Tree: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
export default Tree;
//# sourceMappingURL=Tree.d.ts.map