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