/**
 * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * Adapted from LiteMol (c) David Sehnal
 *
 * @author David Sehnal <david.sehnal@gmail.com>
 */
/// <reference types="react" />
import { PluginUIComponent } from './base';
export declare class Toasts extends PluginUIComponent {
    componentDidMount(): void;
    render(): JSX.Element | null;
}
