import type { SvgProps } from 'react-native-svg'; type IconProps = SvgProps & { size?: number | string; color?: string; }; declare const ChevronUp: ({ size, color, ...props }: IconProps) => import("react").JSX.Element; export default ChevronUp; //# sourceMappingURL=ChevronUp.native.d.ts.map