/// interface IProps { /** @ignore */ className?: string; left: number; top: number; thickness: number; color?: string; } declare const Dot: import("styled-components").StyledComponent<(props: IProps) => JSX.Element, import("../../styles/Theme").IThemeInterface, {}, never>; export { Dot };