import { type VNode, type VNodeChild } from "vue"; export declare function flattenSlideVNodes(children: VNodeChild): VNode[]; export declare function normalizeIndex(index: number, count: number, infinite: boolean): number;