import { MutableRefObject } from "preact/compat"; type Type = HTMLElement | SVGSVGElement | null; declare const _default: (...inputRefs: (MutableRefObject | ((el: any) => any))[]) => (el: Type) => void; export default _default;