import "react"; declare module "react" { interface CSSProperties { [key: `--__axc-${string}`]: string | number | undefined; } }