import Vide from "@rbxts/vide" type can = T | (() => T) interface TypographyProps { size?: can, position?: can, anchorpoint?: can, automaticsize?: can, accent?: can, xalignment?: can, yalignment?: can, truncate?: can, wrapped?: can, header?: can, code?: can, disabled?: can, text: can, textsize?: can, visible?: can, } declare function typography(props: TypographyProps): Vide.Node export = typography