import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgChevronLeft: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgChevronLeft; //# sourceMappingURL=ChevronLeft.d.ts.map