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