export declare function getValueFromOverride(override: any, index: any, key: any, defaultValue: any): any; export declare function terminate(): void; export declare function saveNodeType(type: any): (node: any) => void; export declare function isHoverForInteractiveType(interactiveType: any): (moreProps: any) => any; export declare function isHover(moreProps: any): any; export declare function getMorePropsForChart(moreProps: any, chartId: any): any; export declare function getSelected(interactives: any): any;