export interface TreePlusIconProps { color?: string; height?: string | number; width?: string | number; } declare const TreePlusIcon: ({ color, height, width }: TreePlusIconProps) => import("react/jsx-runtime").JSX.Element; export default TreePlusIcon;