/// <reference types="react" />
declare const CircleDelete: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default CircleDelete;
