import { EventEmitter } from '../../stencil.core'; export declare class MyComponent { programNumber: string; locationId: string; cashPrice: string; downPayment: string; description: string; buttonText: string; value: string; submitter: EventEmitter; private getText; handleOnSubmit(): void; render(): any; }