import { ReactNode } from 'react'; export declare function getClonedSlides(children: ReactNode[], getKey: (child: ReactNode, index: number, suffix?: string) => string): ReactNode[];