import React from 'react';
export interface IndicatorProps {
    pulse?: boolean;
}
export declare function Indicator({ pulse }: IndicatorProps): React.JSX.Element;
//# sourceMappingURL=Indicator.d.ts.map