import React from 'react';
import IconProps from './props';
declare const TableColumnPlusBeforeIcon: React.FC<IconProps>;
export default TableColumnPlusBeforeIcon;
