/**
 * @file index.tsx
 *
 * @fileoverview Story to display the Search box inside the component library
 * styleguide.
 */
/// <reference types="react" />
import SearchBox from '.';
declare const _default: {
    title: string;
};
export default _default;
export declare const SearchBoxWidget: {
    (): JSX.Element;
    story: {
        title: string;
        parameters: {
            component: typeof SearchBox;
        };
    };
};
