export declare enum HapticType { LIGHT = "light", MEDIUM = "medium", HEAVY = "heavy", SUCCESS = "success", WARNING = "warning", ERROR = "error", BUTTON_PRESS = "light" } export declare const triggerHaptic: (type?: HapticType) => void; //# sourceMappingURL=haptics.d.ts.map