import { type ProgressIndicatorProps } from './ProgressIndicator.types'; /** * SVG animation for loading state. */ export declare function ProgressIndicator({ className, ...props }: ProgressIndicatorProps): import("react/jsx-runtime").JSX.Element;