export type MediaType = { url: string | string[] | MediaStream; title?: string; subTitle?: string; preview?: string | boolean; }; declare function App(): import("react/jsx-runtime").JSX.Element; export default App;