import type { ISheetObject, UnknownShorthandCompoundProps } from '@theatre/core'; type PropsValue = Parameters['onValuesChange']>[0]>[0]; export declare function createSheetObjectAction(): (node: T, { key, props, callback, options }: { key: string; props: Props; callback: (node: T, props: PropsValue) => void; options?: { reconfigure?: boolean; }; }) => { destroy(): void; }; export {};