declare const themes: {
    dark: () => Promise<any>;
    'dark-blue': () => Promise<any>;
};
export default themes;
