export default Combobox; type Combobox = { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial>): void; }; /** * A variant of the `