import * as React from "react"; export interface SpinnerImageProps { imageUrl: string; } export declare const SpinnerImage: React.FC;