import React from 'react'; import { BlockType } from '../../../../constants'; export declare const BlockMaskWrapper: React.FC<{ type: BlockType; payload: any; }>;