import * as React from 'react'; import type { IconSize } from '../../icons/icons'; export type LoadingIndicatorProps = { size?: IconSize }; export declare const LoadingIndicator: ({ size }: LoadingIndicatorProps) => React.JSX.Element;