import { IconProps } from '../lib';
declare function CaretDoubleRight(props: IconProps): JSX.Element;
export default CaretDoubleRight;
