import { CanvasPropertyPath } from '../commands'; import { EditorHost } from '../core'; export declare function useCanvasPropertyCommand(host: EditorHost): { updateCanvasProperty: (propertyPath: CanvasPropertyPath, newValue: number) => void; };