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