import { EventEmitter } from '../../stencil-public-runtime'; import { Color } from '../../interface'; export declare class AreaTroubleList { private config; header: any; modal: HTMLLarModalElement; troubles: string; /** * The color to use from your application's color palette for inputs */ colorInputs?: Color; output: EventEmitter; private acktrouble; render(): any; }