// Types import type { CSSProperties } from 'react'; export type StyleMapType = { [key: string]: CSSProperties };