import Vide from "@rbxts/vide" type can = T | (() => T) interface BargraphProps { position?: can, size?: can, anchorpoint?: can, values: () => number[], max?: can, min?: can, } declare function bargraph(props: BargraphProps): Vide.Node export = bargraph