type Target = string | HTMLElement; export default function find(target: Target): HTMLElement | null; export {};