import { BaseDataSourceDescription } from "./BaseDataSourceDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class LocalDataSourceDescription extends BaseDataSourceDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private a7;
    get dataSourceRef(): string;
    set dataSourceRef(a: string);
}
