/** * Detect if element if DIV * * @param element Any bottom-level `HTMLElement` type * @returns Return if the given element belongs to `div` element type */ export declare function isNonInputButProperElement(element?: HTMLElement): boolean;