/**
 *
 * This component is the skeleton around the actual pages, and should only
 * contain code that should be seen on all pages. (e.g. navigation bar)
 *
 */
declare const App: () => import("react/jsx-runtime").JSX.Element;
export { App };
