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