/// <reference types="react" />
import { SvgProps } from "react-native-svg";
declare function SvgChevronUp(props: SvgProps): JSX.Element;
export default SvgChevronUp;
