import Vide from "@rbxts/vide" type can = T | (() => T) interface RoundedFrameProps { name?: can, size?: can, position?: can, anchor_point?: can, topleft?: can, topright?: can, bottomleft?: can, bottomright?: can, color?: can, layout: Vide.LegacyInstanceProps, } declare function rounded_frame(props: RoundedFrameProps): Vide.Node export = rounded_frame