import React from 'react';
import { CarouselProps } from './type';
declare const _default: React.MemoExoticComponent<{
    ({ indicatorEnabled, indicatorSize, activeColor, inactiveColor, currentIndex, count, width, align, }: Required<Pick<CarouselProps, "width" | "indicatorEnabled" | "indicatorSize" | "align">> & Pick<CarouselProps, "activeColor" | "inactiveColor"> & {
        currentIndex: number;
        count: number;
    }): JSX.Element | null;
    displayName: string;
}>;
export default _default;
//# sourceMappingURL=Bullets.d.ts.map