import { ReactElement, SVGProps } from 'react'; export default function ThreeDots(props: JSX.IntrinsicAttributes & SVGProps): ReactElement;