import { FC } from 'react'; import { ChakraProviderProps } from '@chakra-ui/react'; /** * The global provider that must be added to make all components in this design * system work correctly */ export declare const ThemeProvider: FC;