import React from 'react'; import { Control as LeafletControl } from 'leaflet'; import { ControlProps } from '../Control/types'; declare const ControlScale: React.ForwardRefExoticComponent & React.RefAttributes>; export default ControlScale;