import { Row } from '@sage-bionetworks/synapse-types';
export type SynapseByTheNumbersItemProps = {
    title: string;
    description: string;
    rows: Row[];
    plotXColIndex: number;
    plotYColIndex: number;
};
export declare function SynapseByTheNumbersItem({ title, description, rows, plotXColIndex, plotYColIndex, }: SynapseByTheNumbersItemProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=SynapseByTheNumbersItem.d.ts.map