import { ComponentPluginFactory } from '@teleporthq/teleport-types'; export declare const createNextPagesDataSourcePlugin: ComponentPluginFactory<{}>; export declare const createNextComponentDataSourcePlugin: ComponentPluginFactory<{}>; export * from './data-source-fetchers'; export * from './utils'; export * from './array-mapper-pagination'; export * from './pagination-plugin'; export * from './count-fetchers'; //# sourceMappingURL=index.d.ts.map