import XNode from "@web-atoms/core/dist/core/XNode"; import IEmailElementStyle from "../style/IEmailElementStyle"; export interface ISpanModel extends IEmailElementStyle { text?: string; } export default function Span({ text, style, ...a }: ISpanModel, ...nodes: XNode[]): XNode; //# sourceMappingURL=Span.d.ts.map