import { type ComponentProps } from 'react'; import { IconLoading } from '../Icons'; export type LoadingIndicatorProps = ComponentProps; export declare const LoadingIndicator: (props: LoadingIndicatorProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=LoadingIndicator.d.ts.map