import { EventEmitter } from '@angular/core'; import { PrompterMetadata } from './types'; import * as i0 from "@angular/core"; export declare class PrompterComponent { props: PrompterMetadata; onClick: EventEmitter; clickHandler(token?: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }