import { State } from 'ketting';
import * as React from 'react';
import { Options } from '../types.js';
type Props = {
    options: Options;
    resourceState: State;
};
export declare function Search(props: Props): React.JSX.Element | null;
export {};
