import React from 'react'; export default function ThreeDotsVertical({ className, ...props }: React.SVGProps): JSX.Element;