import { BroToastify } from "../core/types";
export declare function createBroToastifyElement(broToastify: BroToastify): HTMLElement;
export declare function initializeRenderer(): void;
