import { type theme } from './themes/default' // Theme Types export type Theme = typeof theme export type ResponsiveProp = T | readonly (T | null)[]