import React from "react";
export interface IMjmlIncludeProps {
    path?: string;
}
export declare function MjmlInclude(props: IMjmlIncludeProps): React.JSX.Element;
