import React from "react";
export interface EpssChartProps {
    score: number;
    className?: string;
    /**
     * Optional height for the chart container (e.g. 320, '320px', '20rem').
     * If not provided, defaults to h-80 md:h-96.
     */
    height?: number | string;
}
export declare const EpssChart: React.FC<EpssChartProps>;
export default EpssChart;
//# sourceMappingURL=EpssChart.d.ts.map