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