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