export declare class RVDashboardFilter {
    title: String;
    values: any[];
    constructor(title: String, values: any[]);
}
