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