import type { ThemeCloudDark } from "../../interfaces/themes/cloudDark"; declare const theme: ThemeCloudDark; export default theme; export { ThemeCloudDark };