import * as React from 'react';
declare const DownCircle: (props: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
export default DownCircle;
