/** * The system chapters of the UI reference: the decisions behind the kit, * shown with the kit's own components. Sources: `packages/ui/src/theme.css`, * `packages/ui/src/styles.ts`, `packages/ui/DESIGN.md`, and the reference the * ladder was measured against, `docs/design/instatic-distilled.html`. * * Nothing here is invented markup: every specimen is a `@rebasepro/ui` * component or a role token from `theme.css`. The Tailwind palette hues * (`bg-green-500` and friends) appear only as dots and icons, which is the * rule this page exists to show. */ import React from "react"; export declare function PrinciplesSection(): React.JSX.Element; export declare function ColourSection(): React.JSX.Element; export declare function ShapeSpaceSection(): React.JSX.Element; export declare function DepthIconsSection(): React.JSX.Element; export declare function CardsDataSection(): React.JSX.Element;