export default OptionGroup; type OptionGroup = { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial>): void; }; /** * A group within a ``. The equivalent of the HTML `` element. It can contain one * or more `