/**
 * Configuration for the legend circle in IntelligentTable legends.
 *
 * @property {number} [radius] - The radius of the legend circle.
 */
export type IntelligentTableLegendCircleType = {
    radius?: number;
};
