import * as React from 'react';
import { BlockProps } from './BlockProps';
export declare const DraggableRowBlock: React.FC<BlockProps>;
