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