/// <reference types="react" />
declare const TreePoint: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default TreePoint;
