import { AreaSelectionCallback } from '../state/index.js'; export declare const areaSelectionCallbackSelector: (state: any) => AreaSelectionCallback; export declare const isAreaSelectionEnabledSelector: (state: any) => boolean;