import React from 'react'; interface ILoadingOption { size?: string; } export declare const Loading: React.FC; export {};