import type { CellType, ColumnType, CustomizeComponent, DefaultRecordType, GetComponentProps, StickyOffsets } from '../interface'; export interface RowProps { cells: ReadonlyArray>; stickyOffsets: StickyOffsets; flattenColumns: ReadonlyArray>; rowComponent: CustomizeComponent; cellComponent: CustomizeComponent; customHeaderRow: GetComponentProps>>; index: number; } declare const _default: import("vue").DefineComponent, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>, { cellComponent: any; rowComponent: any; }, {}>; export default _default;