import React from "react"; interface Props { data: any; fixed?: boolean; rowHeights?: number[]; } export declare const TableSection: React.FC; export {};