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