/// <reference types="react" />
import type { IObjectAny } from '@schema-render/core-react';
import type { ISearchTableProps, ISearchTableRef } from './typings/index.d';
declare const _default: import("react").ForwardRefExoticComponent<ISearchTableProps<IObjectAny> & import("react").RefAttributes<ISearchTableRef>>;
export default _default;
