import React from 'react'; import type { UIKitTheme } from '../types'; const UIKitThemeContext = React.createContext(null); export default UIKitThemeContext;