import * as React from "react"; import { IconProps } from '../lib'; declare const CashRegister: (props: IconProps) => React.JSX.Element; export default CashRegister; //# sourceMappingURL=CashRegister.d.ts.map