export default CaretUp1;
declare function CaretUp1({ color }: {
    color: any;
}): JSX.Element;
