import React from 'react'; import { ComponentMeta } from '@storybook/react'; declare const _default: ComponentMeta<{ (props: import("./SearchableSelect.js").SearchableSelectProps): JSX.Element; Button: React.ForwardRefExoticComponent | "dense" | "hideIcon"> & React.RefAttributes>; Items: React.ForwardRefExoticComponent & { static?: boolean; } & React.RefAttributes>; ItemsEmpty: React.FC; Item: React.FC>; }>; export default _default; export declare const Template: { (args: any): JSX.Element; args: { disabled: boolean; }; }; export declare const DisabledSelect: () => JSX.Element; export declare const DisabledItem: (args: any) => JSX.Element; export declare const WithAvatar: (args: any) => JSX.Element; export declare const SearchAsync: (args: any) => JSX.Element;