import type { ReadonlyBinding } from 'react-bindings'; /** Checks an array of bindings to see if any have falsey values */ export declare const areAnyBindingsFalsey: (bindings: readonly (ReadonlyBinding | undefined)[]) => boolean; //# sourceMappingURL=are-any-bindings-falsey.d.ts.map