import { InspectorContextValue } from '../../types'; export { InspectorContextValue, InspectorStorage, ModalAnimationType, SettingsPage, SettingsSubTab, LogFilter, } from '../../types'; export declare const InspectorContext: import("react").Context; export declare const useInspector: () => InspectorContextValue; export declare const animateNextLayout: () => void;