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