import * as React from 'react'; interface IState { doShowModal: boolean; } export default class AnimationExample2 extends React.Component { constructor(props: any); protected _hideModal: () => void; protected _showModal: () => void; render(): React.JSX.Element; } export {}; //# sourceMappingURL=AnimationExample2.d.ts.map