import { FC } from "react"; type LateLoadingProps = { timeout?: number; }; declare const LateLoading: FC; export default LateLoading;