import { FC, ReactNode } from 'react'; declare const EmotionThemeProvider: FC<{ children: ReactNode; }>; export default EmotionThemeProvider;