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