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