/** * Inline `` script that applies a persisted theme before first paint. * Paste into `app.html`, above any script/style tag that could paint content. * * "system" (C18's pseudo-item for "no explicit choice yet") is deliberately * never written to `data-theme` — leaving it unset lets daisyUI's own * `:root:not([data-theme])` media-query rule resolve the OS preference. */ export declare const THEME_BOOT_SCRIPT: string;