declare function triggerHaptic(hapticMethod: string, componentName: string): void; declare const _default: { HapticMethods: string[]; triggerHaptic: typeof triggerHaptic; }; export default _default;