import { ProTableProps } from './types';
export declare function initTable(props: ProTableProps): any;
