/** * Check if passed tag has no closed tag * @param tag - element to check * @returns boolean that represents if element is a single tag */ export declare function isSingleTag(tag: HTMLElement): boolean;