import type { PropsWithChildren } from 'react'; import type { WidgetConfigProps } from './types/widget.js'; import '@suiet/wallet-kit/style.css'; export declare const AppProvider: React.FC>; export declare const AppRouter: React.FC>;