export default CarrotDown;
declare function CarrotDown({ ...props }: {
    [x: string]: any;
}): JSX.Element;
