import React from 'react'; interface AlgUIThemeSwitchProps { showSystem?: boolean; className?: string; size?: 'sm' | 'md' | 'lg'; variant?: 'clean' | 'default' | 'subtle' | 'intense' | 'minimal'; } declare const AlgUIThemeSwitch: React.FC; export default AlgUIThemeSwitch;