import { FC, SVGProps } from 'react'; type CarouselArrowLeftIconProps = SVGProps & { title?: string; className?: string; }; export declare const CarouselArrowLeftIcon: FC; export {};