import { FC } from 'react'; import { CarrouselProps } from './types'; export * from './types'; export declare const Carrousel: FC; //# sourceMappingURL=index.d.ts.map