/// interface IProps { width?: string; height?: string; className?: string; color?: string; } declare function SvgLoading(props: IProps): JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default;