import type { GetRowKey, Key, GetComponentProps } from '../interface'; export interface BodyProps { data: RecordType[]; getRowKey: GetRowKey; measureColumnWidth: boolean; expandedKeys: Set; customRow: GetComponentProps; rowExpandable: (record: RecordType) => boolean; childrenColumnName: string; } declare const _default: import("vue").DefineComponent, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>, {}, {}>; export default _default;