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