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