import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Dots: React.MemoExoticComponent>; declare type DotsRef = PathIconRef; declare type DotsProps = PathIconProps; export { Dots }; export type { DotsRef, DotsProps }; export default Dots;