/**
 * TtfLocaTable.ts class for EJ2-PDF
 */
export declare class TtfLocaTable {
    /**
     * Structure field.
     */
    offsets: number[];
}
