export declare function isEl(value: any): boolean; export declare function isTextNode(value: any): boolean; export declare function createElement( nodeName?: string, attributes?: any, properties?: any, content?: HTMLElement | Array | (() => any) ): HTMLElement