export interface IUseDetectDevice { isAndroid: boolean; isIOS: boolean; isTablet: boolean; } //# sourceMappingURL=model.d.ts.map