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