import React from 'react'; export default class ToastExample extends React.Component { timer: any; componentWillUnmount(): void; alwaysShowToast: () => void; render(): JSX.Element; }