import { TaggedUnionType } from "kryo/types/tagged-union"; import { Edge } from "./shape-records/edge"; import { StyleChange } from "./shape-records/style-change"; export declare type ShapeRecord = Edge | StyleChange; export declare const $ShapeRecord: TaggedUnionType;