export {}; declare global { namespace React { interface HTMLAttributes { ownerState?: any; } interface CSSProperties { [key: `--${string}`]: string | number; } } }