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

(props: P) => void;