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