/**
 * TtfAppleCmapSubTable.ts class for EJ2-PDF
 */
export declare class TtfAppleCmapSubTable {
    /**
     * Structure field.
     */
    format: number;
    /**
     * Structure field.
     */
    length: number;
    /**
     * Structure field.
     */
    version: number;
}
