export declare function element(node?: Node | null): node is HTMLElement; export declare function button(el?: Node | null): el is HTMLButtonElement; export declare function input(el?: Node | null): el is HTMLInputElement; export declare function array(item?: any): item is Array; //# sourceMappingURL=typeIs.d.ts.map