export declare function PointsCell(props: { value: string; hasWarning: boolean; unit: string; }): import("react/jsx-runtime").JSX.Element;