/// <reference types="react" />
import React from 'react';
export default class BasicModalExample extends React.Component<any, any> {
    constructor(props: any);
    showModal: () => void;
    showModal2: () => void;
    onClose: () => void;
    onClose2: () => void;
    onButtonClick: () => void;
    onButtonClick2: () => void;
    onButtonClick3: () => void;
    onButtonClick4: () => void;
    render(): JSX.Element;
}
