import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare abstract class WebBaseExporterDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private l;
    get exportEndedRef(): string;
    set exportEndedRef(a: string);
    private m;
    get rowExportingRef(): string;
    set rowExportingRef(a: string);
    private k;
    get columnExportingRef(): string;
    set columnExportingRef(a: string);
}
