import { FC } from 'react'; export interface FullscreenLoadingProps { show: boolean; } declare const FullscreenLoading: FC; export default FullscreenLoading;