import {ZikoUIElement} from "ziko" export declare function renderToString(UIElement: ZikoUIElement): string; export declare function renderDomToString(UIElement: HTMLElement): string;