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