/// import { PageProps } from 'gatsby'; declare const LoadingAdminPage: (props: PageProps) => JSX.Element; export default LoadingAdminPage;