import { ConstraintsProps } from '../types'; export declare const constraintsMixin: (node: N) =>

(props: P) => void;