import "react"; declare module "react" { interface Attributes { myuiClass?: string | string[]; } }