/// <reference types="react" />
export interface IndicatorProps {
    pulse?: boolean;
}
export declare function Indicator({ pulse }: IndicatorProps): JSX.Element;
//# sourceMappingURL=Indicator.d.ts.map