export function BaseTable({ selectedView, dbName, fields: readFields, tableAction, tableSearch, actionColumn, multipleSelect, onSelectConfirm, onSelectCancel, defaultSearchValue, defaultsSlectedKeys, compId, buttons, settings, selectableBlockEvents, filterType, filterFields, connectorParams, isModel, connectorMethod, isOrderBy, rowColor, columnSets, slots, events, outerRef, }: { selectedView?: any[]; dbName: any; fields?: any[]; tableAction?: boolean; tableSearch?: boolean; actionColumn?: boolean; multipleSelect?: boolean; onSelectConfirm: any; onSelectCancel: any; defaultSearchValue: any; defaultsSlectedKeys?: any[]; compId: any; buttons: any; settings: any; selectableBlockEvents: any; filterType?: string; filterFields: any; connectorParams?: {}; isModel?: boolean; connectorMethod: any; isOrderBy: any; rowColor: any; columnSets: any; slots: any; events: any; outerRef: any; }): JSX.Element;