import type { IconProps } from '../types/index'; declare function SvgChevronLeft(iconProps: IconProps): JSX.Element; declare namespace SvgChevronLeft { var displayName: string; } export default SvgChevronLeft;