import { RecordCard } from '../record-card.js'; /** * ox-record-card 의 dblclick handler * * - handler의 this 는 ox-record-card임. */ export declare function recordCardDblClickHandler(this: RecordCard, e: MouseEvent): void;