/// <reference types="react" />
import { type SvgProps } from 'react-native-svg';
declare const ChevronDownIcon: (props: SvgProps) => JSX.Element;
export default ChevronDownIcon;
//# sourceMappingURL=ChevronDownIcon.d.ts.map