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