import { default as React } from 'react';
import { ChopLogicGridProps } from '../../models';
declare const ChopLogicGrid: React.FC<ChopLogicGridProps>;
export default ChopLogicGrid;
