import { default as React } from 'react'; import { InputGroupProps } from '../input'; import { indicatorFelidsInRoot } from './util'; export type TextFieldIndicatorProps = Omit; export declare const Indicator: React.ForwardRefExoticComponent>;