export declare function convertPropsToMjmlAttributes<P>(props: {
    [K in keyof P]: unknown;
}): Record<string, string | object>;
