///
import { ApolloTableProps } from './interfaces';
export declare const ApolloTable: ({ id, syncToUrl, actionRef: propsActionRef, cardProps, columns, search, options, pageInfo, pagination, request, debounceTime, tableAlertRender, rowSelection: propsRowSelection, components, dataSource, loading, sticky: propsSticky, ...props }: ApolloTableProps) => JSX.Element;