import { PeakGestureDirection } from './gesture-direction.enum'; export declare class PeakGestureConfig { direction: PeakGestureDirection; }