import type { PropsWithChildren } from 'react'; import type { WidgetConfigProps } from './types'; export declare const AppProvider: React.FC>; export declare const AppRouter: React.FC>;