import "react"; declare module "react" { interface HTMLAttributes extends AriaAttributes, DOMAttributes { tw?: string; } }