import React from 'react'; import { BlockType } from '@ivanholiak/easy-email-core'; export declare const BlockMaskWrapper: React.FC<{ type: BlockType | string; payload: any; children: React.ReactNode | React.ReactElement; }>;