import { FC, StyleProps } from "../typings"; export interface PageLoadingProps extends StyleProps { tip?: string; } declare const PageLoading: FC; export default PageLoading;