import React from "react"; interface SpinnerProps { isVisible: boolean; } export declare const Spinner: React.FunctionComponent; export {};