import type { TDShape, TldrawCommand } from '../../../types'; import type { TldrawApp } from '../..'; export declare function setShapesProps(app: TldrawApp, ids: string[], partial: Partial): TldrawCommand; //# sourceMappingURL=setShapesProps.d.ts.map