import { DataAnnotationPointLayerDescription } from "./DataAnnotationPointLayerDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class DataAnnotationLineLayerDescription extends DataAnnotationPointLayerDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
}
