import { Ref } from 'vue'; export declare function useLazyId(id: Ref): { innerId: Ref; computedId: import('vue').ComputedRef; };