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