import { LoadingIndicatorProps } from "./LoadingIndicator.types.js"; import * as react_jsx_runtime13 from "react/jsx-runtime"; //#region src/LoadingIndicator/LoadingIndicator.d.ts /** * Shared loading spinner that inherits the active Seeq theme color unless a color is provided. */ declare const LoadingIndicator: ({ id, customId, testId, size, thickness, color, extraClassNames, style, ariaLabel, ariaHidden, role, onClick, title }: LoadingIndicatorProps) => react_jsx_runtime13.JSX.Element; //#endregion export { LoadingIndicator as default };