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