import { RecordPartial } from '../record-partial.js'; /** * record-partial 의 long-press handler * * - handler의 this 는 record-partial임. */ export declare function recordPartialLongPressHandler(this: RecordPartial, e: MouseEvent): void;