import { RVExcelDataSource } from "../Excel/RVExcelDataSource";
/**
 * The data source object used to represent the Google sheet data source, there are no additional properties in this class
 *  as all relevant information is specified in the {@link RVGoogleSheetDataSourceItem} object.
 */
export declare class RVGoogleSheetDataSource extends RVExcelDataSource {
    constructor();
    /** @hidden */
    constructor(json: any);
    /** @hidden */
    toJson(): any;
    getProviderKey(): string;
    /** @hidden */
    getType(): string;
    /** @hidden */
    _getWrapper(): any;
}
