import React from 'react'; import type { Row } from '@tanstack/react-table'; import type { PossibleRowData } from './Grid.js'; export declare const GridExpandedRow: ({ row, slug }: { row: Row; slug?: string; }) => React.JSX.Element | null; //# sourceMappingURL=GridExpandedRow.d.ts.map