import type { HapticEvent } from "./types"; /** Union of all built-in preset names. */ export type PatternName = "success" | "error" | "warning" | "heartbeat" | "tripleClick" | "notification"; /** * Named pattern presets for common haptic sequences. * Use with `RNHapticFeedback.triggerPattern(Patterns.success)`. */ export declare const Patterns: Record; //# sourceMappingURL=presets.d.ts.map