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