import { Action } from '..'; import Interaction from './Interaction'; export default class ReleaseInteraction extends Interaction { pressPoint: number; constructor(action: Action, pressPoint?: number); }