import { GapMedicalPolicyAttributes } from '../../lib/model/policy-attributes'; import { MultiOfferQuoteElement } from '../../lib/multi-offer-element'; export declare class GapMedical extends MultiOfferQuoteElement { static styles: import("lit").CSSResultGroup[][]; coverageType?: string; coverageStartDate?: string; coverageEndDate?: string; participantFirstName?: string; participantLastName?: string; participantStreetAddress?: string; participantState?: string; participantCountry?: string; participantBirthDate?: string; constructor(); /** * @ignore */ protected _renderMultiDisplay(): import("lit-html").TemplateResult<1>; /** * @ignore */ get policyAttributes(): { covered_person: { first_name: string; last_name: string; state: string; street: string; birth_date: string; country: string | undefined; }; coverage_type: string; coverage_start_date: string; coverage_end_date: string; }; }