export default function createAreaRangeComponent(config: any): { key: any; type: string; layout: { dock: any; }; settings: { multiple: boolean; brush: { components: any; }; direction: string; bubbles: { align: string; placement: string; }; target: { components: any; fill: string; }; }; };