import type { Interval } from "../intervals/mergeIntervals"; declare const saveInlineBlocks: (element: HTMLElement) => (Interval & { type: string[]; properties: (Record | undefined)[]; })[]; export default saveInlineBlocks; //# sourceMappingURL=saveInlineBlocks.d.ts.map