import type { GroupShape } from '../../../types'; import type { TldrawCommand } from '../../../types'; import type { TldrawApp } from '../../internal'; export declare function ungroupShapes(app: TldrawApp, selectedIds: string[], groupShapes: GroupShape[], pageId: string): TldrawCommand | undefined; //# sourceMappingURL=ungroupShapes.d.ts.map