import { type SelectOptionProps } from '@aurora' import { WidgetComponent } from '../widget-component' export class SelectOption extends WidgetComponent { constructor(props: SelectOptionProps) { super(props) } }