/** * Check if the given object is a DOM Node */ export declare const isNode: (variable: any) => boolean;