import { ITableProps } from "../../"; import { ISubRowProps } from "./ISubRowProps"; export declare const useSubRowData: ({ elements, createSubRows, areRowsEqual, columnProps, getKey, ...props }: ISubRowProps) => ITableProps<{ element: TElement; subRow: TSubRow; }, TElement, TError>;