import Vide from "@rbxts/vide" type can = T | (() => T) interface BackgroundProps { position?: can, size?: can, anchorpoint?: can, automaticsize?: can, layoutorder?: can, zindex?: can, depth?: can, accent?: can, } declare function background(props: BackgroundProps): Vide.Node export = background