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