/** * get element type * @param {any} ele the target element * @return {string} the element type */ export declare const getType: (ele: any) => string; export default getType;