/// interface Props { allowClear?: boolean; onChange: (id: string) => void; value?: string; } /** * @description: tableSchma选择器,选择当前base中的tables某一个 * @param {*} props * @return {*} */ declare function TableSelecter(props: Props & ClassNameAndStyle): JSX.Element; export default TableSelecter;