import { RVDashboardDataSource } from "../AbstractClasses/RVDashboardDataSource";
/**
 * The data source object used to represent the CSV data source, there are no additional properties in this class
 * as all relevant information is specified in the {@link RVCsvDataSourceItem} object.
 */
export declare class RVCsvDataSource extends RVDashboardDataSource {
    /** @hidden */
    getType(): string;
    /** @hidden */
    getProviderKey(): string;
}
