import type { Instance, Props } from "./types"; export declare const bindShapeEvent: (newProps: Props, instance: Instance) => void; export declare const updateProps: (instance: Instance, newProps: Props, oldProps?: Props) => void; export declare const updatePropSingle: (instance: Instance, key: any, newProps: any, oldProps: any) => void;