import * as ha from "hyperapp"; export declare const runh: (el: any) => ha.ElementVNode; export declare const run_h: ({ dom_type, props, children, text }: { dom_type: string; props: {}; children: Array; text?: string; }, exclude_tags?: any[]) => any;