import { Styles } from '@chakra-ui/theme-tools'; import global from './global'; const styles: Styles = { global, }; export default styles;