import { CurrentTheme } from '../types/shared'; declare const darkTheme: CurrentTheme; export default darkTheme; export {};