import type { Ref } from 'vue'; export default function refThrottled(value: Ref, delay?: number, trailing?: boolean, leading?: boolean): Ref;