import { Props } from '@bolttech/essentials';
export declare type CustomHtmlProps = Props<{
    bodyParsed?: string;
    cssParsed?: string;
    device?: number;
    htmlContent?: string;
}>;
