import { default as React } from 'react'; import { Icon } from '../icon'; export type IndicatorProps = Partial>; export declare const Indicator: React.ForwardRefExoticComponent & { name: import('..').IconName; size?: "xs" | "sm" | "md" | "lg" | "font" | "xxs" | "xl"; title?: string; children?: React.ReactNode; }, "ref">> & React.RefAttributes>;