export default function createContinuousRangeComponent(config: any): { key: any; type: string; layout: { dock: any; }; on: { bubbleEnd(): void; } | { bubbleEnd?: undefined; }; settings: { brush: string | { context: string; observe: boolean; }; scale: any; multiple: any; direction: string; bubbles: { align: string; placement: any; label: any; }; target: { components: any; selector: any; fillSelector: any; fill: string; }; }; };