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

(props: P) => void;