/// import { IconProps } from './types'; export declare const DotIcon: ({ color, ...props }: IconProps) => JSX.Element; export default DotIcon;