import { ProjectStructure } from '../../analyzer/project-structure'; declare global { interface Window { __MP_LENS_TITLE__?: string; __MP_LENS_GRAPH_DATA__?: ProjectStructure; __MP_LENS_UNUSED_FILES__?: string[]; } } interface AppProps { } export declare function App(props: AppProps): import("preact").JSX.Element; export {};