import { NotificationFeedbackType, ImpactFeedbackStyle } from './Haptics.types'; declare const _default: { notificationAsync(type: NotificationFeedbackType): Promise; impactAsync(style: ImpactFeedbackStyle): Promise; selectionAsync(): Promise; }; export default _default; //# sourceMappingURL=ExpoHaptics.web.d.ts.map