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