export declare class FontHelper {
    static ListenOnFontIconsLoaded(callback: (success: boolean) => void): void;
}
