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