/** * See Chakra default theme for shape of theme object: * https://github.com/chakra-ui/chakra-ui/tree/main/packages/theme * * The following are using the default configuration from Chakra: * - z-indices * - radii * - blur * - shadows * - borders * - transitions * * Theme extensions exist for: * - breakpoints * - colors * - typography (font, font size, font weight) * - spacing */ declare const theme: any; export default theme;