import React from 'react'; declare const getIndexedChildren: (children: React.ReactNode, startingIndex?: number | undefined) => React.FunctionComponentElement<{ index: number; }>[] | null | undefined; export default getIndexedChildren;