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