import { ReactIconComponentType } from '../types';

declare const NoCell: ReactIconComponentType;
export default NoCell;
            