import { NodeTemplate } from "../dom-render"; export declare const isPrototypeAttribute: (attributeName: string) => boolean; export declare const getPrototypeName: (attributeName: string) => string; export declare const htmlToNodeTemplate: (srcElement: HTMLElement) => NodeTemplate;