import * as React from 'react' declare module 'react' { interface HTMLAttributes extends React.DOMAttributes { tooltip?: any } }