import React, { SVGProps } from 'react'; interface AnimatedCheckIconProps extends SVGProps { width?: number; height?: number; isVisible: boolean; } declare const _default: React.NamedExoticComponent; export default _default;