/// <reference types="react" />
import { type SvgProps } from 'react-native-svg';
declare const CheckIcon: (props: SvgProps) => JSX.Element;
export default CheckIcon;
//# sourceMappingURL=CheckIcon.d.ts.map