import * as React from 'react'; export interface ThemeScriptOptions { storageKey?: string; defaultTheme?: string; forcedTheme?: string; themes?: string[]; value?: Record; enableSystem?: boolean; enableColorScheme?: boolean; } /** * Returns the inline no-flash script as a string, ready to drop into a * `