import type { Paginator } from "@smithy/types"; import { ExportComponentsCommandInput, ExportComponentsCommandOutput } from "../commands/ExportComponentsCommand"; import type { AmplifyUIBuilderPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateExportComponents: (config: AmplifyUIBuilderPaginationConfiguration, input: ExportComponentsCommandInput, ...rest: any[]) => Paginator;