export declare class CardQuote { host: HTMLElement; type: string; handleSlotChange: () => void; render(): any; }