defaultShapeSchemas: {
  arrow: {
    migrations: MigrationSequence
    props: import('./recordsWithProps').RecordProps<
      import('./shapes/TLArrowShape').TLArrowShape
    >
  }
  bookmark: {
    migrations: TLPropsMigrations
    props: import('./recordsWithProps').RecordProps<
      import('./shapes/TLBookmarkShape').TLBookmarkShape
    >
  }
  draw: {
    migrations: TLPropsMigrations
    props: import('./recordsWithProps').RecordProps<
      import('./shapes/TLDrawShape').TLDrawShape
    >
  }
  embed: {
    migrations: TLPropsMigrations
    props: import('./recordsWithProps').RecordProps<
      import('./shapes/TLEmbedShape').TLEmbedShape
    >
  }
  frame: {
    migrations: TLPropsMigrations
    props: import('./recordsWithProps').RecordProps<
      import('./shapes/TLFrameShape').TLFrameShape
    >
  }
  geo: {
    migrations: TLPropsMigrations
    props: import('./recordsWithProps').RecordProps<
      import('./shapes/TLGeoShape').TLGeoShape
    >
  }
  group: {
    migrations: TLPropsMigrations
    props: import('./recordsWithProps').RecordProps<
      import('./shapes/TLGroupShape').TLGroupShape
    >
  }
  highlight: {
    migrations: TLPropsMigrations
    props: import('./recordsWithProps').RecordProps<
      import('./shapes/TLHighlightShape').TLHighlightShape
    >
  }
  image: {
    migrations: TLPropsMigrations
    props: import('./recordsWithProps').RecordProps<
      import('./shapes/TLImageShape').TLImageShape
    >
  }
  line: {
    migrations: TLPropsMigrations
    props: import('./recordsWithProps').RecordProps<
      import('./shapes/TLLineShape').TLLineShape
    >
  }
  note: {
    migrations: TLPropsMigrations
    props: import('./recordsWithProps').RecordProps<
      import('./shapes/TLNoteShape').TLNoteShape
    >
  }
  text: {
    migrations: TLPropsMigrations
    props: import('./recordsWithProps').RecordProps<
      import('./shapes/TLTextShape').TLTextShape
    >
  }
  video: {
    migrations: TLPropsMigrations
    props: import('./recordsWithProps').RecordProps<
      import('./shapes/TLVideoShape').TLVideoShape
    >
  }
}
DefaultHorizontalAlignStyleDefaultSizeStyle