import * as React from "react"; interface SVGRProps { title?: string; titleId?: string; } declare function SvgTree({ title, titleId, ...props }: React.SVGProps & SVGRProps): JSX.Element; declare const MemoSvgTree: React.MemoExoticComponent; export default MemoSvgTree; //# sourceMappingURL=Tree.d.ts.map