import type { BoldElement } from "./Bold.mjs";
import type { ItalicElement } from "./Italic.mjs";
export * from "./Bold.mjs";
export * from "./Italic.mjs";
export type StandardFormattingElement = BoldElement | ItalicElement;
//# sourceMappingURL=index.d.mts.map