import { Ref, ComputedRef } from 'vue'; export default function useMergedState(controlledStateRef: Ref, uncontrolledStateRef: Ref): ComputedRef;