import React from 'react'; import { type GlassVariant } from '../../../lib/glass'; export interface ThemeSwitchProps { className?: string; variant?: 'segmented' | 'dropdown'; showLabels?: boolean; /** Glass morphism variant */ glass?: GlassVariant; } export declare const ThemeSwitch: React.FC; export default ThemeSwitch; //# sourceMappingURL=ThemeSwitch.d.ts.map