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