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