import React from 'react'; export declare const GridHeaderCellOverlay: ({ columnId, height, spacer, isDragging, last, }: { columnId: string; height?: number; spacer?: boolean; isDragging?: boolean; last?: boolean; }) => React.JSX.Element; export declare const GridHeaderGroupCellOverlay: ({ columnId, height, spacer, isDragging, last, }: { columnId: string; height?: number; spacer?: boolean; isDragging?: boolean; last?: boolean; }) => React.JSX.Element; //# sourceMappingURL=renderer.d.ts.map