import { StyleProp, ViewStyle } from "react-native"; import { Color } from "../../types"; interface VisualClueDotProps { diameter?: number; color?: Color; style?: StyleProp; } export declare const VisualClueDot: React.FC; export {};