export function customCtrl(map: any, options: any, style: any, listener: any): void; export class customCtrl { constructor(map: any, options: any, style: any, listener: any); defaultAnchor: any; defaultOffset: any; buttonText: any; style: any; listener: any; } declare namespace _default { export { customCtrl }; } export default _default;