import * as React from 'react'; import { SvgProps } from 'react-native-svg'; export declare const CloseIcon: ({ color, ...rest }: SvgProps) => React.JSX.Element; //# sourceMappingURL=CloseIcon.d.ts.map