import { RecordViewBody } from '../record-view-body.js'; /** * ox-record-view-body 의 click handler * * - handler의 this 는 ox-record-view-body임. */ export declare function recordViewBodyClickHandler(this: RecordViewBody, e: Event): void;