import { OnInit } from '@angular/core';
import { INgxHelperCoordinates, INgxHelperCoordinatesConfig } from '../ngx-helper-coordinates.interface';
import * as i0 from "@angular/core";
export declare class ShowComponent implements OnInit {
    private className;
    coordinates: INgxHelperCoordinates;
    config?: Partial<Omit<INgxHelperCoordinatesConfig, 'view'>>;
    close: () => void;
    private map;
    copied?: 'LATITUDE' | 'LONGITUDE';
    private copyTimeout;
    ngOnInit(): void;
    setCopy(type: 'LATITUDE' | 'LONGITUDE'): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ShowComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ShowComponent, "ng-component", never, {}, {}, never, never, true, never>;
}
