import type { ColumnsType, StickyOffsets, ColumnType, GetComponentProps, DefaultRecordType } from '../interface'; export interface HeaderProps { columns: ColumnsType; flattenColumns: readonly ColumnType[]; stickyOffsets: StickyOffsets; customHeaderRow: GetComponentProps[]>; } declare const _default: import("vue").DefineComponent, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; export default _default;