import React from 'react';
export declare const toasterKeyOfContainerElement = "toasterId";
export declare function render(element: React.ReactElement<any>, container: HTMLElement | null): string;
