import {Indicator} from '@mantine/core';

Indicator.displayName = 'Indicator';

export {Indicator, type IndicatorFactory, type IndicatorProps} from '@mantine/core';
