export default Select; type Select = { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial>): void; }; /** * A select-only variant of ``. The equivalent of the HTML `