import Vide from "@rbxts/vide" type can = T | (() => T) interface PortalProps { inherit_layout?: can, } declare function portal(props: PortalProps): Vide.Node export = portal