/// <reference types="react" />
export interface IMjmlAllProps {
    className?: string;
    cssClass?: string;
    mjmlClass?: string;
    [prop: string]: string | undefined;
}
export declare function MjmlAll(props: IMjmlAllProps): JSX.Element;
