import React from "react"; declare type Props = { width?: string; color?: string; }; export declare const Spiner: React.FC; export {};