/// import Roact from "./index"; /** * Creates a new reference object that can be used with * [Roact.Ref](https://roblox.github.io/roact/api-reference/#roactref). */ declare function createRef(): Roact.Ref; export = createRef;