import React from 'react'; interface OMLogisticsLogoProps { width?: number; height?: number; className?: string; } export declare const OMLogisticsLogo: React.FC; export default OMLogisticsLogo; //# sourceMappingURL=OMLogisticsLogo.d.ts.map