import React from "react"; interface Props extends React.HTMLAttributes { } export declare const LoadingIndicator: (props: Props) => import("react/jsx-runtime").JSX.Element; export {};