import { Base, INotifyPropertyChanged, Type, PropertyChangedEventArgs } from "igniteui-react-core"; /** * @hidden */ export declare class FinancialChartIndicatorMenuItem extends Base implements INotifyPropertyChanged { static $t: Type; d: any; c: number; f: string; g: Type; private a; propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void; get b(): boolean; set b(a: boolean); }