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