import { Plugin, ShallowReactive } from 'vue'; export declare function useFilterPlugin(): { registry: ShallowReactive>; }; export declare const FilterPlugin: Plugin<[]>;