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