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