import { FC } from "react";
import type { WidgetProps } from "./types";
import "@suiet/wallet-kit/style.css";
export declare const App: FC<WidgetProps>;
