import type { SpinProps } from 'antd';
import React from 'react';
declare const PageLoading: React.FC<SpinProps & any>;
export { PageLoading };
