/** * Map a mapbox element's events to the given vue element * @template {any} T * @param {any} props The component props. * @param {Ref} mapboxElement The Mapbox element bound to the component. * @param {any} propsConfig The props original configuration. */ export declare function usePropsBinding(props: any, mapboxElement: any, propsConfig: any): void;