export default function GestureTarget(type: any, index?: number): {
    type: any;
    index: number;
};
