import type { SlateElement } from '@yoopta/editor'; export type HeadingOneElement = SlateElement<'heading-one'>; export type HeadingTwoElement = SlateElement<'heading-two'>; export type HeadingThreeElement = SlateElement<'heading-three'>; //# sourceMappingURL=types.d.ts.map