import { Component } from 'react'; import { InfoBtnProps } from './interfaces/infoBtnProps'; declare class InfoBtn extends Component { constructor(props: any); render(): JSX.Element; } export default InfoBtn;