interface ThemeTypesProps { default: any; dark: any; } declare const theme: ThemeTypesProps; export default theme;