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