import React from 'react'; import { themesOptions } from '../../theme'; interface SwitchWrapperInterface { theme?: themesOptions; onChange: (theme: themesOptions) => void; } export declare const ThemeSwitcher: React.FC; export {}; //# sourceMappingURL=ThemeSwitch.d.ts.map