import Vide from "@rbxts/vide" type can = T | (() => T) interface SelectProps { size?: can, position?: can, anchorpoint?: can, selected: can, update_selected?: () => number, options: can } declare function select(props: SelectProps): Vide.Node export = select