import './history-carousel.scss'; /** * Types */ import type { FC } from 'react'; export declare const HistoryCarousel: FC;