import { Pagination } from '../../common'; import { Fetcher } from '../../common/api'; import { IDynamicBackground, IGetDynamicBackgroundFilters } from '../types'; export declare const getDynamicBackgrounds: (fetcher: Fetcher, filters?: IGetDynamicBackgroundFilters) => Promise>;