import { ComputedOptionsType } from '../types'; declare function RoundHeaders({ numOfRounds, calculatedStyles: { canvasPadding, columnWidth, rowHeight, roundHeader, width, }, }: { numOfRounds: number; calculatedStyles: ComputedOptionsType; }): import("react/jsx-runtime").JSX.Element; export default RoundHeaders;