import { Element } from '../../types'; export declare function render(element: Element): string; export declare function renderAsync(element: Element): Promise;