import { InjectionToken } from "@angular/core"; export declare type OsTypes = 'mac' | 'windows' | 'auto'; export declare type LayoutTypes = 'vertical' | 'horizontal'; export declare const OS_TOKEN: InjectionToken;