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