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