import type { Config } from '.';
import { TinyCarousel } from '.';
export declare const setupAll: (_elements: NodeListOf<HTMLElement>, config: Config | Config[]) => TinyCarousel[];
