import Dot from './dot' import { DotProps } from './dot' import DotIcon from './icon' Dot.Icon = DotIcon export type Props = DotProps export default Dot