import * as React from 'react';
import { CnLoadingProps } from './types';
type IndicatorProps = Pick<CnLoadingProps, 'className' | 'inverse'>;
export declare const Indicator: (props: IndicatorProps) => React.JSX.Element;
export {};
