import type { Config } from 'tailwindcss'; /** * HeroUI Lynx Tailwind Preset. * * The substance lives in the design-system-neutral `@sigx/lynx-zero/preset` * (semantic color tokens incl. `*-soft` → `var(--color-*)`, the `--text-*` * font-size ramp, and the Lynx-correct `flex-fill` utility); this preset is * hero's composition of it, and the place hero-specific Tailwind extensions * land if/when hero needs any. */ export declare const HeroLynxPreset: Partial; /** Alias — preferred consumer name. */ export declare const herouiPreset: Partial; //# sourceMappingURL=index.d.ts.map