import { IHapticFeedbackProps } from './type'; export declare class HapticFeedback { static vibrate({ pattern, repeat, variant }: IHapticFeedbackProps): void; } //# sourceMappingURL=index.native.d.ts.map