/// <reference types="react" />
export interface IMjmlIncludeProps {
    path?: string;
}
export declare function MjmlInclude(props: IMjmlIncludeProps): JSX.Element;
