import { IconProps } from '../Icon'; declare function SvgChevronLeft(props: IconProps): JSX.Element; export default SvgChevronLeft;