import type { UIKitTheme } from '../types'; declare const useUIKitTheme: () => UIKitTheme; export default useUIKitTheme;