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