import React from 'react'; import { ColumnManageProps } from './Modal'; declare const ColumnManage: React.FC; export default ColumnManage;