import React from 'react';
import type { ISearchBoxProps } from '@fluentui/react';
/**
 * UISearchBox component
 * based on https://developer.microsoft.com/en-us/fluentui#/controls/web/searchbox
 *
 * @exports
 * @class UISearchBox
 * @extends {React.Component<ISearchBoxProps, {}>}
 */
export declare class UISearchBox extends React.Component<ISearchBoxProps, {}> {
    /**
     * Initializes component properties.
     *
     * @param {ISearchBoxProps} props
     */
    constructor(props: ISearchBoxProps);
    /**
     * @returns {JSX.Element}
     */
    render(): JSX.Element;
}
//# sourceMappingURL=UISearchBox.d.ts.map