import { ReactElement } from 'react'; declare const findActiveIndex: (components: Array>) => number; export default findActiveIndex;