import { Ref } from 'vue'; export default function useState(defaultValue?: T): [Ref, (newValue: T) => void];