///
import { IInteractiveLegendData } from '../../instant-apps-interactive-legend-classic/interfaces/customElement.js';
type InteractiveLegendState = {
data: IInteractiveLegendData;
relationshipRampExpandStates: Record;
compact: boolean;
};
export declare const interactiveLegendState: __esri.Accessor & InteractiveLegendState;
export declare const onInteractiveLegendChange: (propName: Key, callback: (newValue: InteractiveLegendState[Key]) => void) => () => void;
export declare const store: import('@arcgis/lumina/controllers/accessor').ObservableMap;
export {};