/**
 * Flowtype definitions for map-constraints
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.21.0
 */

import type { ViewState } from "../goong/goong";
declare export function checkVisibilityConstraints(
  props: ViewState,
  constraints?: any
): boolean;
