import React from 'react';
import { IndicatorProps as MantineIndicatorProps } from '@mantine/core';
export type IndicatorProps = MantineIndicatorProps;
export declare const Indicator: ({ styles, color, ...props }: IndicatorProps) => React.JSX.Element;
