import React from 'react'; import { AllLoadsProps } from './type'; export declare const AllLoads: (props: AllLoadsProps) => React.JSX.Element;