/**
 * 自定义表格
 */
export declare class YaWeiList {
  /**
   * 表格配置key
   */
  tableKey?: string;
}
