import type { Element } from 'slate'; export type LinkElementType = { doc: Record; fields: Record; linkType: string; newTab: boolean; url: string; } & Element; //# sourceMappingURL=types.d.ts.map