export declare class UiHelperService { private platformId; isBrowser: boolean; constructor(platformId: any); detectIE(): number | false; }