import React from "react";
declare type Props = {
    size: number;
};
export declare const Spinner: React.NamedExoticComponent<Props>;
export {};
