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