/*! Strand UI | MIT License | dillingerstaffing.com */ import type { Ref } from "preact"; /** One ref callback that fills every ref given, object or function. */ export declare function mergeRefs(...refs: Array | null | undefined>): (el: T | null) => void; //# sourceMappingURL=mergeRefs.d.ts.map