import React from 'react'; export declare function AssetSearch({ listType, setState, assetsCount }: { listType: any; setState: any; assetsCount: any; }): React.JSX.Element;