import React from 'react';
export declare const ColorDot: React.FC<{
    readonly color: string;
}>;
