import { FunctionComponent } from 'react';
import { ViewProps } from '@tarojs/components';
import { TaroIndicatorProps } from "../../types";
export declare const Indicator: FunctionComponent<Partial<TaroIndicatorProps> & ViewProps>;
