import { RtfFontInfo } from './rtf-font-info';
export declare class RtfFontInfoCollection {
    readonly defaultRtfFontInfo: RtfFontInfo;
    collection: RtfFontInfo[];
    getRtfFontInfoById(id: number): RtfFontInfo;
}
