/** * UIReferenceView — hidden debug route at /debug/ui * * The design source of truth for the kit, in two halves. The SYSTEM chapters * (principles, surfaces, colour, typography, shape and space, depth and icons, * cards and data — `./ui-reference/SystemSections.tsx`) show the decisions in * `theme.css`, `styles.ts` and `DESIGN.md` with the kit's own components. The * ELEMENT chapters below mirror real screens: markup and classes are copied * from the source files they name. DO NOT add invented styles here — copy from * the actual component, or compose kit components. * * Sections named after a component mirror that component. Sections named after * a pattern (e.g. "Management Screen", "Form Dialog") are illustrative * compositions of kit components and are not tied to a specific screen. * * Do not cite source line numbers here — they rot silently. Name the file only. * * Sources: * theme.css, styles.ts, DESIGN.md, docs/design/instatic-distilled.html, * DefaultDrawer.tsx, DefaultAppBar.tsx, DrawerNavigationItem.tsx, * DrawerNavigationGroup.tsx, FieldBlock.tsx */ import React from "react"; export declare function UIReferenceView(): React.JSX.Element;