import * as React from 'react'; import { Icon } from '../../components/icon/Icon'; export declare const TreeIcon: ({ className, ...props }: React.ComponentProps) => React.JSX.Element;