import * as React from 'react'; interface Props { isLightTheme: boolean; className?: string; onThemeChange: () => void; } export declare const ThemeSwitcher: React.SFC; export {}; //# sourceMappingURL=ThemeSwitcher.d.ts.map