import * as i0 from '@angular/core'; import { EventEmitter } from '@angular/core'; declare class HsAddToMapButtonComponent { disabled: boolean; /** * Translation string to be used as title */ title: string; loading: boolean; classes: string; add: EventEmitter; constructor(); /** * Emit add event to trigger bind action */ addLayer(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { HsAddToMapButtonComponent };