import * as React from 'react'; import { SvgProps } from 'react-native-svg'; export declare const CheckIcon: ({ size, ...rest }: SvgProps & { size?: number | undefined; }) => React.JSX.Element; //# sourceMappingURL=CheckIcon.d.ts.map