import React from 'react'; import { SvgProps } from 'react-native-svg'; declare const ChevronDownIcon: React.MemoExoticComponent<(props: SvgProps) => JSX.Element>; export { ChevronDownIcon };