import React from 'react'; interface SvgProps { width: number | string; height: number | string; color: string; speedTime?: number; } export declare const ThreeDots: React.FC; export {};