import type { ComputedRef } from 'vue'; import type { ComputedCallback } from '../utils/useComputedCallback'; import type { PathMatch } from '../api/types'; export declare const useMatch: (patternValue: ComputedCallback) => ComputedRef> | null>;