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