import { FC } from 'react'; import { ITreeIcon } from './interfaces'; export declare const TreeIcon: FC;