import type { Target } from '../types';
export default function findNode<T>(target?: Target<T>, param?: T): Element | Text | null;
