import { status } from '../theme/color'; export declare type DotProps = { type?: keyof typeof status; className?: string; }; export declare const Dot: ({ className, ...props }: DotProps) => JSX.Element;