import type { IndicatorProps } from '../../index.js';
declare const Indicator: import("svelte").Component<IndicatorProps, {}, "">;
type Indicator = ReturnType<typeof Indicator>;
export default Indicator;
