declare const LoaderInfo: ({ id, loading }: { id: string; loading: boolean; }) => import("react/jsx-runtime").JSX.Element; export default LoaderInfo;