/**
 * Root application.
 *
 * WCAG 2.1 requires every page to expose exactly one “main” landmark.
 * Wrapping the game board in `<main>` satisfies both:
 *   • `landmark-one-main`
 *   • `region`                (all content must live in landmarks)
 */
declare const App: () => React.JSX.Element;
export default App;
//# sourceMappingURL=App.d.ts.map