/**
 * TtfCmapSubTable.ts class for EJ2-PDF
 */
export declare class TtfCmapSubTable {
    /**
     * Structure field.
     */
    platformID: number;
    /**
     * Structure field.
     */
    encodingID: number;
    /**
     * Structure field.
     */
    offset: number;
}
