import m from 'mithril';
import { SVGAttributes } from '../../svg';
declare const CashRegister: m.Component<SVGAttributes>;
export default CashRegister;
