/**
 * TtfLongHorMetric.ts class for EJ2-PDF
 */
export declare class TtfLongHorMetric {
    /**
     * Structure field.
     */
    advanceWidth: number;
    /**
     * Structure field.
     */
    lsb: number;
}
