import { type JSX } from "react"; declare const LiveApp: { (props: any): JSX.Element; displayName: string; }; export default LiveApp;