import { createHapticImpact } from '../api/haptic'; export type BackButtonProps = { onClick?: () => void; hapticForce?: Parameters[0]; }; export declare function BackButton(props: BackButtonProps): any;