import { Ref } from 'vue'; export declare function useNonce(nonce?: Ref): import('vue').ComputedRef;