import * as React from 'react'; export interface IRoundCellBorderProps { gradientId: string; strokeWidth: number; stroke: string | null; } export declare const RoundCellBorder: React.FC;