import XNode from "@web-atoms/core/dist/core/XNode"; import IEmailElementStyle from "../style/IEmailElementStyle"; export interface IRowModel extends IEmailElementStyle { } export default function Row({ style, ...a }: IRowModel, ...children: XNode[]): XNode; //# sourceMappingURL=Row.d.ts.map