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