import React from 'react'; import { RuleBlockProps } from './types'; declare const RuleBlock: React.FC; export default RuleBlock;