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