import React from "react"; interface DotProps { color: string; } export declare function Dot(props: DotProps): React.JSX.Element; export {};