import { SVGProps } from "react";
declare const FCTreeStructure: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { FCTreeStructure };
