import { FunctionComponent } from 'react';
import { WebIndicatorProps } from "../../types";
export declare const Indicator: FunctionComponent<Partial<WebIndicatorProps>>;
