import { WithCSSVar } from "@chakra-v2/styled-system"; import { Dict } from "@chakra-v2/utils"; /** * `useTheme` is a custom hook used to get the theme object from context. * * @see Docs https://v2.chakra-ui.com/docs/hooks/use-theme */ export declare function useTheme(): WithCSSVar;