import type {ViewState} from '../goong/goong';

export function checkVisibilityConstraints(props: ViewState, constraints?: any): boolean;
