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