import { IWPSearch, IWPSearchProps } from "../types";
/**
 * Search WebPart
 */
export declare const WPSearch: (props: IWPSearchProps) => IWPSearch;
