import type { TApp } from './types'; import './store'; import './store-sync'; export declare const App: import("refun").TComponent;