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