import { ShouruProps } from '../../@types';
declare const _default: (props: Omit<ShouruProps, 'loading' | 'data' | 'dispatch'>) => JSX.Element;
export default _default;
