export declare const FeathersVuex: {
    install(app: any, options?: {
        components: boolean;
    }): void;
};
