/// import './style-loading.less'; type Props = { text?: string; }; declare function LoadingDot(props: Props): JSX.Element; declare namespace LoadingDot { var defaultProps: { backgroundColor: string; }; } export default LoadingDot;