import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const ReprintLastReceipt: React.MemoExoticComponent>; declare type ReprintLastReceiptRef = PathIconRef; declare type ReprintLastReceiptProps = PathIconProps; export { ReprintLastReceipt }; export type { ReprintLastReceiptRef, ReprintLastReceiptProps }; export default ReprintLastReceipt;