/** Loads a loan calculator component. */
declare class LoanCalculator {
    private componentUrl;
    private readonly selector;
    private showHeading;
    /** Creates a new instance of the loader. */
    constructor(selector: string);
    load(lid?: string, urlPath?: string, showHeading?: boolean, version?: string): void;
    private getHeading;
    private getExamples;
    private getMonthlyPaymentHeader;
    private getMonthlyPaymentDisclaimer;
    private getMonthlyPaymentFooter;
    private getUrl;
    getDisclaimer(): HTMLDivElement;
    private injectStyles;
}
//# sourceMappingURL=loader.d.ts.map