import * as React from "react"; import { FilePicker } from "../../types"; interface Props { analyser: AnalyserNode; filePickers: FilePicker[]; } declare const MainWindow: React.MemoExoticComponent<({ analyser, filePickers }: Props) => import("react/jsx-runtime").JSX.Element>; export default MainWindow;