/** docs:ignore */ export declare const MARK_CONTENT_START = "idom-pragma:content-begin"; /** docs:ignore */ export declare const MARK_CONTENT_END = "idom-pragma:content-end"; /** JSX pragma that utilizes incremental-dom. */ export declare function h(tagName: string, attrs: any, ...children: any[]): () => void;