export interface ThemePreferencesProps { className?: string; /** Render the theme cards grid + custom theme editor (default true). */ showCustomThemes?: boolean; } /** * Boff UI 2.0 "Theme Preferences" customizer. * * Presentation-only: every value is read from and written through {@link useTheme}. * No raw colors are used in class names — only semantic token utilities. The single * exception is the `value` of the `` inside the custom editor, * which is data entry (a hex string), never a className. */ export declare function ThemePreferences({ className, showCustomThemes }: ThemePreferencesProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ThemePreferences.d.ts.map