import type { SwitchTheme } from './light';
declare const switchDark: SwitchTheme;
export default switchDark;
