import { Ref } from 'vue';
interface Opts {
    [key: string]: Ref;
}
export declare const pageProvide: (opts: Opts) => void;
export {};
