import { AppTree } from '@backstage/frontend-plugin-api'; export declare function TextVisualizer({ tree }: { tree: AppTree; }): import("react/jsx-runtime").JSX.Element;