import * as React from "react"; export interface ScreenSpinnerProps { } export declare const ScreenSpinner: React.FC;