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