import { TaggedUnionType } from "kryo/types/tagged-union"; import * as shapeRecords from "./shape-records"; export declare type MorphShapeRecord = shapeRecords.MorphEdge | shapeRecords.MorphStyleChange; export declare const $MorphShapeRecord: TaggedUnionType;