import { default as React } from 'react'; import { IconProps } from '../icon'; export type IndicatorProps = Partial & { name?: IconProps['name']; }; export declare const Indicator: React.ForwardRefExoticComponent & React.RefAttributes>;