import React from 'react'; import { SvgProps } from 'react-native-svg'; export declare const CheckMark: React.MemoExoticComponent<(props: SvgProps) => JSX.Element>;