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

(props: P) => void;