///
import { TableCacheProps } from '@/components/table-cache';
import { ColumnManageProps } from './column-manage/Modal';
export default function create(type: string): {
ColumnManage: (props: Omit) => JSX.Element;
TableCache: (props: Omit) => JSX.Element;
};