import Vide from "@rbxts/vide" type can = T | (() => T) interface ListProps { justifycontent?: can, alignitems?: can, spacing?: can, wraps?: can, } declare function list(props: ListProps): Vide.Node export = list