import type { StoryObj } from "@storybook/react"; declare const _default: { title: string; argTypes: { onOpen: { action: string; }; onChange: { action: string; }; onClose: { action: string; }; }; }; export default _default; export declare const Combobox: StoryObj;