import type { HapticsPlugin } from './definitions';
declare const Haptics: HapticsPlugin;
export * from './definitions';
export { Haptics };
