/// import { Api } from '../services/Api'; export declare const App: ({ api }: { api: Api; }) => JSX.Element;