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