/** * Shared inline SVG icons for shadow-DOM components. * * Kept inline (not the icon registry) because shadow roots must render * without registry setup. Styling hooks target the wrapper element * (e.g. `.required-icon svg`), never the svg's own classes. */ /** Lucide `asterisk` — required-field indicator. */ export declare const REQUIRED_ICON_SVG = ""; //# sourceMappingURL=icons.d.ts.map