import type { IconDefinition } from '../types';
declare const CaretRightFilled: IconDefinition;
export default CaretRightFilled;
