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