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