import { FC } from 'react'; interface WeUILoadingProps { show: boolean; content?: string; } export declare const WeUILoading: FC; export {};