import type { ComputedRef } from 'vue'; import type { PanelPickerProps } from './components/PanelPicker'; import type { PanelPresetsProps } from './components/PanelPresets'; export declare const PanelPickerContext: unique symbol; export declare const usePanelPickerContext: () => ComputedRef; export declare const PanelPresetsContext: unique symbol; export declare const usePanelPresetsContext: () => ComputedRef;