import { Ref } from "../data/Ref"; export declare function useState(defaultValue?: T): Ref; //# sourceMappingURL=useState.d.ts.map