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