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