import * as React from 'react'; import { SwiperProps } from './SwiperUtils'; declare function Swiper({ scrollMode, renderItem, renderHeader, renderFooter, selectedYear, initialIndex, }: SwiperProps): React.JSX.Element; export declare function useDebouncedCallback(callback: any): any; declare const _default: React.MemoExoticComponent; export default _default; //# sourceMappingURL=Swiper.d.ts.map