import '../../styles/index.css'; import '../../tauri/tauri-web-adapter'; export type MinaLiveProps = { scriptPath: string; }; export declare const MinaLive: import("react").NamedExoticComponent; export default MinaLive;